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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* What is Afterpay modal */
#afterpay-what-is-modal  img.afterpay-modal-image {
    display: block;
}
#afterpay-what-is-modal  img.afterpay-modal-image-mobile{
    display: none;
}

@media only screen
and (max-width : 480px) {
    #afterpay-what-is-modal  img.afterpay-modal-image-mobile {
        display: block;
    }
    #afterpay-what-is-modal  img.afterpay-modal-image{
        display: none;
    }
}

/* Afterpay info in checkout */
#what-is-afterpay-trigger {
    margin-top: 0;
    margin-left: 0;
    float: none;
}

#afterpay-logo {
    height: 18px;
    float: none;
}

#dt_method_afterpaypayovertime span {
    margin-left: 10px;
}

#payment_form_afterpaypayovertime.form-list {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .form-alt {
    display: inline-block; /* shrink-wrap the form, to make the footer align nicely */
}

#payment_form_afterpaypayovertime .total-due p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #A1A4A6;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    float: left;
    height: 35px;
    line-height: 38px;
}

#payment_form_afterpaypayovertime .total-due span {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    color: #000000;
}

#payment_form_afterpaypayovertime .instalments {
    margin-bottom: 30px;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .header-text {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 9px;
    color: #A1A4A6;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 20px;
}

#payment_form_afterpaypayovertime .instalments .cost,
#payment_form_afterpaypayovertime .instalments .icon,
#payment_form_afterpaypayovertime .instalments .instalment {
    display: table-row;
    position: relative;
}

#payment_form_afterpaypayovertime .instalments .icon:after {
    content: "";
    background: #f7f7f7;
    display: block;
    height: 1px;
    left: 30px;
    right: 30px;
    margin-top: -5px;
}

#payment_form_afterpaypayovertime .instalments li {
    display: table-cell;
    text-align: center;
    padding: 0 10px;
}

#payment_form_afterpaypayovertime .instalments li:first-child {
    padding-left: 0;
}

#payment_form_afterpaypayovertime .instalments li:last-child {
    padding-right: 0;
}

#payment_form_afterpaypayovertime .instalments .cost {
    font-size: 14px;
    color: #379dd6;
}

#payment_form_afterpaypayovertime .instalments .icon img {
    width: 12px;
    display: inline;
    position: relative;
    z-index: 1;
}

#payment_form_afterpaypayovertime .instalments .instalment {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

#payment_form_afterpaypayovertime .instalment-footer {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #636363;
    text-align: center;
}

#payment_form_afterpaypayovertime .instalment-footer a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
    text-decoration: underline;
}

@media (min-width: 560px) {
    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments li {
        padding: 0 30px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .header-text {
        font-size: 12px;
    }

    .checkout-onepage-index #payment_form_afterpaypayovertime .instalments .cost {
        font-size: 25px;
    }
}

/* By default, only show the callout text on the default checkout */
#afterpay-callout {
    display: none;
}

.checkout-onepage-index #afterpay-callout {
    display: block;
    margin-left: 0;
}

/* AW_Onestepcheckout support */
#aw-onestepcheckout-payment-method #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

/* IWD_Opc support */
.opc-index-index #dt_method_afterpaypayovertime img {
    height: auto;
    display: inline-block;
    margin: 7px auto 0;
}

.opc-index-index #dt_method_afterpaypayovertime label a {
    display: none;
}

.opc-index-index #payment_form_afterpaypayovertime .form-alt {
    font-style: normal;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.5;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li {
    color: #379dd6;
    padding: 0 10px;
    font-size: 20px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .cost li:first-child {
    padding-left: 0;
}

.opc-index-index #payment_form_afterpaypayovertime .instalment-footer p {
    color: #636363;
    font-size: 11px;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments .instalment li {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #A1A4A6;
}

.opc-index-index #payment_form_afterpaypayovertime .instalments li {
    padding: 0 20px;
}

/* GoMage Lightcheckout support */
#gcheckout-payment-methods-available #payment_form_afterpaypayovertime .instalments .header-text {
    height: auto;
    line-height: 1.55;
    margin-top: 10px;
}

/* Onetouch on cart page */
.method-afterpay_onetouch h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #379dd6;
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: none;
}

.method-afterpay_onetouch p {
    font-size: 12px;
}

.method-afterpay_onetouch .button {
    margin-top: 10px;
    padding: 7px 30px 7px 30px;
}

.method-afterpay_onetouch .button img {
    display:block;
    width: 90px;
    height: 18px;
}

#payment_form_afterpaypayovertime li { 
    float:none 
}

/* Hide the doubled Afterpay Assets */
.product-view .afterpay-installments-amount {
    display:none;
}
.product-view .afterpay-installments-amount:last-of-type {
    display:inline;
}
#cryozonic-stripe-accepted-cards img {
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img {
	opacity: 0.3;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img.active {
	opacity: 1;
}

input#cryozonic_stripe_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#cryozonic_stripe_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_cryozonic_stripe input[type="text"]
{
	width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}
/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#cryozonic_stripe_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_cryozonic_stripe {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_cryozonic_stripe {
    padding: 5px 0 10px;
}
ul#payment_form_cryozonic_stripe li {
    display: block;
}
ul#payment_form_cryozonic_stripe li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_cryozonic_stripe.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_cryozonic_stripe {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.cryozonic-stripe-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#cryozonic-stripe-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#cryozonic-stripe-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_cryozonic_stripe span.type.Visa { background: url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/img/visa.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.American.Express { background: url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/img/amex.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.MasterCard { background: url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/img/mastercard.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Discover { background: url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/img/discover.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Diners { background: url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/img/diners.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.JCB { background: url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/img/jcb.png) no-repeat; }

#payment_form_cryozonic_stripe span.type.Visa,
#payment_form_cryozonic_stripe span.type.American.Express,
#payment_form_cryozonic_stripe span.type.MasterCard,
#payment_form_cryozonic_stripe span.type.Discover,
#payment_form_cryozonic_stripe span.type.Diners,
#payment_form_cryozonic_stripe span.type.JCB {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
ul#payment_form_cryozonic_stripe li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported li#apple-pay-section,
ul#payment_form_cryozonic_stripe.payment-request-api-supported li#apple-pay-section {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported li#apple-pay-section #payment-request-button {
    display: none;
}
ul#payment_form_cryozonic_stripe.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
ul#payment_form_cryozonic_stripe li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
ul#payment_form_cryozonic_stripe.apple-pay-success li#apple-pay-result {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success li#apple-pay-section,
ul#payment_form_cryozonic_stripe.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li.stripe-new,
ul#payment_form_cryozonic_stripe.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li#cryozonic_stripe_cc_save_div.stripe-new,
ul#payment_form_cryozonic_stripe.payment-request-api-supported.apple-pay-success.stripe-new li#cryozonic_stripe_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#cryozonic-stripe-card-number {
    width: 225px;
    display: inline-block;
}
.cryozonic-stripe-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#cryozonic-stripe-card-expiry {
    width: 93px;
    display: inline-block;
}
#cryozonic-stripe-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.cryozonic-stripe-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}
/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.eot);src:url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.woff) format('woff2'),url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.woff) format('woff'),url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://shop.parraeels.com.au/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.m-fpc-debug-info {
  width: 420px;
  min-height: 115px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}
.m-fpc-debug-info .m-fpc-h1 {
  font-family:Arial;
  background: rgb(57, 172, 163);
  color: #fff;
  padding: 3px 3px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-debug-info-main-block {
  padding: 2px 5px 10px 5px;
}
.m-fpc-debug-info .m-fpc-action {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
  padding-top:15px;
}
.m-fpc-debug-info .m-fpc-ignored {
  padding-top: 0px !important;
}
.m-fpc-debug-info .m-fpc-hit-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time-text {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform:none;
}
.m-fpc-debug-info .m-fpc-time {
  font-family:Arial;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 700;
  line-height: 65px;
  text-align:center;
}
.m-fpc-debug-info .m-fpc-time-sec-text {
  font-family:sans-serif,Arial;
  font-size: 35px;
  text-align:center;
  text-transform:none;
}
.m-fpc-debug-info.m-fpc-debug-info-not-cacheable {
  height: 220px;
  box-shadow: 0 0 0 5px #E0E0E0;
}
.m-fpc-debug-info.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 5px #CCFFD3;
}
.m-fpc-debug-info.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 5px #FECBCB;
}
.m-fpc-debug-info .m-fpc-disabled-info {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
}
.m-fpc-debug-info .m-fpc-detail-info-hide-show-button-style {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.m-fpc-debug-info .m-fpc-info-scroll-hide {
  display: none;
}
/*scroll*/
.m-fpc-debug-info .m-fpc-info-scroll {
  overflow-y: auto;
  height: 350px;
  padding: 0px 5px 10px 5px;
  text-align: justify;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.m-fpc-debug-info .m-fpc-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*detail info table*/
.m-fpc-debug-info .m-fpc-detail-info-table {
  display:table;
  width:100%;
  padding-top: 3px;
}
.m-fpc-debug-info .m-fpc-detail-row {
  display:table-row;
}
.m-fpc-debug-info .m-fpc-detail-col {
  display:table-cell;
  text-align: left;
  padding: 2px;
  vertical-align: top;
  width: 50%;
  font-family:sans-serif,Arial;
  padding:5px;
  text-align: left;
  font-size: 10px;
  text-transform:none;
  color: #222 !important;
}
.m-fpc-debug-info .m-fpc-dark {
  background-color: #D9F0EE;
}
.m-fpc-debug-info .m-fpc-light {
  background-color: #ECF8F7;
}

/*flush cache button*/
.m-fpc-debug-info .m-fpc-flush-cache-button-style {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

/*small debug info block*/
.m-fpc-debug-info-small {
  width: 120px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #47bbb3;
  color: #fff;
  z-index: 100000;
  font-family:Arial;
}

.m-fpc-debug-info-small .m-fpc-debug-info-main-block-small {
  padding: 2px 5px 10px 5px;
}

.m-fpc-debug-info-small .m-fpc-hit-info-small {
  font-family:sans-serif,Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-small {
  float: left;
  padding-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.m-fpc-debug-info-small .m-fpc-flush-cache-button-style-flushed {
  float: left;
  color: #911E42;
}

.m-fpc-debug-info-small.m-fpc-debug-info-hit {
  box-shadow: 0 0 0 3px #CCFFD3;
}
.m-fpc-debug-info-small.m-fpc-debug-info-miss {
  box-shadow: 0 0 0 3px #FECBCB;
}
.m-fpc-debug-info-small.m-fpc-debug-info-not-cacheable {
  box-shadow: 0 0 0 5px #E0E0E0;
}

.m-fpc-debug-info .m-fpc-ignored-url-parameters-info {
  font-family:sans-serif,Arial;
  padding:15px;
  margin: 12px 0px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
  text-transform:none;
  color: #911E42 !important;
  word-wrap: break-word;
}
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Size_Chart
 * @copyright   Copyright (c) 2016 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */


.pschart-showsizes-phld {
	display:none;
}

.pschart-showsizes-phld * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pschart-sizechart-link {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	height: 30px;
	display: inline-block;
	min-width: 130px;
	line-height: 29px;
	text-align: center;
	background-repeat: no-repeat !important;
	background-position: 9px 6px !important ;
	padding-left: 35px;
	padding-right: 15px;
	margin: 10px 0 15px 0;
	text-decoration: none;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box;
}

.pschart-sizechart-link:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.6;
}

.pschart-showsizes .pschart-addedoverlay {
	left:0; top:0; width: 100%; height: 100%; position:fixed; z-index: 5000; background: black;
	opacity: .75;  filter: alpha(opacity=75);   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.pschart-showsizes .pschart-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5050;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	overflow-y: auto;
	text-align: center;
}

.pschart-showsizes .pschart-popup-internal {
	margin: 10% auto 5% auto;
	background-color: #FFFFFF;
	padding: 30px;
	min-width: 250px;
	max-width: 800px;
	display: inline-block;
}

.pschart-showsizes .pschart-content {
	position: relative;
	padding: 0;
}

.pschart-showsizes .pschart-popup-internal .close {
	position: absolute;
	right: -17px;
	top: -19px;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background-color: #a5a7a8;
	font-size: 13px;
}

.pschart-showsizes .pschart-popup-internal .close:hover {
	cursor: pointer;
}

.pschart-showsizes .pschart-popup-internal h3 {
	font-size: 18px;
	text-align: left;
	margin: 15px 0 10px 0;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}

.pschart-showsizes .pschart-popup-internal p {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
}

.pschart-showsizes .window-title {
	color: #383838;
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	padding: 0 0 15px;
	text-align: left;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pschart-showsizes .pschart-content .table_name {
	font-size: 18px;
	margin-bottom: 5px;
}

.pschart-showsizes .pschart-content table td {
	font-size: 12px;
	text-align: left;
	padding: 0 10px 0 0;
	vertical-align: top;
}

.pschart-showsizes .pschart-content table.measure td p {
	border-bottom: 1px dotted #8F8F8F;
	padding-bottom: 10px;
}

.pschart-showsizes .pschart-content table.table_size {
	width: 100%;
	border-collapse: collapse;
}

.pschart-showsizes .pschart-content table tr th {
	background-color: #e0e0de;
}

.pschart-showsizes .pschart-content table.table_size th {
	border: 1px solid white;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.pschart-showsizes .pschart-content table.table_size td {
	border: 1px solid white;
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	background: #f2f2f0;
	text-align: center;
}

.pschart-showsizes .pschart-content table.table_size .size_name,
.pschart-showsizes .pschart-content table.table_size td:nth-child(1) {
	vertical-align: middle;
	background-color: #ebebe8;
	font-weight: 700;
}


.pschart-showsizes .pschart-content table.table_size p {
	margin: 5px 0;
	text-align: left;
}

.pschart-showsizes .pschart-content table.table_size td[colspan="6"] {
	font-weight: 700;
	text-transform: none;
}


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

	.pschart-showsizes .pschart-popup-internal .close {
		right: 0;
		top: 0;
	}

	.pschart-showsizes .pschart-popup-internal .pschart-content table.table_size td {
		text-transform: lowercase;
		padding: 3px;
	}

}

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

	.pschart-showsizes .pschart-popup {
		padding: 10px 5px;
	}

	.pschart-showsizes .pschart-popup-internal {
		margin: 0px auto;
		padding: 10px;
	}

}


#container_payment_method_pbbinvoice p {
    margin: 4px 0;
}
#container_payment_method_pbbpartpay input[type='checkbox'] {
    margin: 6px 5px 8px 0;
}
#container_payment_method_pbbpartpay .form-list p,
#container_payment_method_pbbinvoice .form-list p {
  margin: 4px 0;
  padding: 0;
}
#pbb_terms {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid black;
 /*   height: 400px;*/
    min-height:400px;
    padding: 20px;
    position: absolute;
    width: 500px;
    z-index: 99999;
}
#pbb_terms_text {
    height: 95%;
    text-align: left;
    width: 100%;
}
#pbb_terms > a {
    font-size: 16px;
    font-weight: bold;
}
#pbb_terms_text h2 {
    color: #0071A5;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px;
}
#pbb_terms p {
    margin: 0 0 10px;
}


#pbb_ppterms {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid black;
    height: 600px;
    padding: 5px;
    padding-bottom: 20px;
    position: absolute;
    width: 800px;
    z-index: 99999;
}
#pbb_ppterms_text {
    height: 95%;
    text-align: left;
    width: 100%;
}

#pbb_ppterms_text iframe {
    height: 100%;
    width: 100%;
    border: none;
}

#pbb_terms_text ul {
  margin-left: 16px;
  list-style-type: disc;
}

#pbb_ppterms a {
    font-size: 16px;
    font-weight: bold;
}

div#pptLoading {
    background-image: url("https://shop.parraeels.com.au/skin/frontend/base/default/paybybill/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 20px;
}


div#pbb_progress {
    background-image: url("https://shop.parraeels.com.au/skin/frontend/base/default/paybybill/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 20px;
}
.payment-methods dt {
	padding-top: 12px;
}	

p.pbb-credit-approved {
    color: green;
    font-weight: bold;
    font-size: 16px;
    background-color: #f0f0f0;
    padding: 6px 10px;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/zhcz.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Bold'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/iqhow.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/01M8UnHoM7MaVdT1TD1pbgsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/MEXWGbc1EWORtBwy9fFeUgsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/D2gN9uyZ9Ucx1fJ1Fhb7swzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins-Regular'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/dDzx7Qrpf6EUDCpeO-RralKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins-Regular'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/w5uwZf-mdghB6LOAw_y9AFKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), local('Poppins-Regular'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/HUuNgGR31mqIHE6zs0BlBgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/2fCJtbhSlhNNa6S2xlh9GwsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/UGh2YG8gx86rRGiAZYIbVwsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/yQWaOD4iNU5NTY0apN-qjwzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/BAM-XigHGVWzifDv8-EC1QsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/9VWMTeb5jtXkNoTv949NpQsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/zO07Oxe3SOlw0l2YX2sdIQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/Aul8cxPpbm96Ali7smyVfAsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/aDjpMND83pDErGXlVEr-SQsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font/assets/57TQ-anwthzkETEIO4jESAzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/*
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
*/
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/fonts/glyphicons-halflings-regular.eot');
  src: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/*
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
*/
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#2d6ca2));background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-moz-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#419641));background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#eb9316));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a));background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#2aabd2));background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f3f3f3));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#222),to(#282828));background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-moz-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
.selector {
  border: 1px solid #e5e5e5;
  position: relative;
  width: auto !important;
}
.selector select {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.selector span {
  display: block;
  position: relative;
  padding-right: 38px;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  width: auto !important;
}
.selector span:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 14px;
  width: 37px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
@font-face {
  font-family: 'Chivo Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Chivo'), local('Chivo-Regular'), url(https://fonts.gstatic.com/s/chivo/v7/UZPPER-oWTCIdBggEtZvZA.woff2) format('woff2');
}
@font-face {
  font-family: 'Chivo Black';
  font-style: normal;
  font-weight: 900;
  src: local('Chivo Black'), local('Chivo-Black'), url(https://fonts.gstatic.com/s/chivo/v7/TX_hNweQrqAZr-ujaKg9pvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
.last-block {
  margin-bottom: 0 !important;
}
.compare-table .std ul {
  margin-left: 13px;
}
#my-orders-table tbody td {
  vertical-align: middle;
}
#my-orders-table tbody td .price-excl-tax {
  display: inline-block;
}
input.input-text,
textarea {
  padding: 5px;
}
.quickview-index-view {
  overflow: auto !important;
}
select {
  width: 100%;
  height: 33px;
  padding: 0 5px;
}
select option {
  padding-right: 10px;
  background: #fff;
}
select.multiselect option {
  border-bottom: 1px solid #b6b6b6;
  padding: 2px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}
.tooltip-inner {
  background-color: #ffb81c !important;
  white-space: nowrap;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffb81c !important;
}
.pager {
  text-align: left !important;
}
.pager .amount {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.pager .limiter {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.pager .limiter > * {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.atm-f {
  height: 28px !important;
}
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
}
.page-title.category-title {
  display: none;
}
.page-title h1 {
  font-size: 128.571%;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3px;
  margin-top: 4px;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons > .button {
  margin: 10px 0px;
}
.subtitle,
.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 125%;
  font-weight: bold;
  margin: 0 0 6px;
  color: #ffb81c;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button {
  -webkit-border-fit: lines;
}
.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background-color: #ffb81c;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  white-space: nowrap;
  color: #fff;
  font-size: 107.69%;
  font-weight: 700;
}
.button:hover {
  background: #ffb81c;
  border-color: #ffb81c;
  color: #fff;
}
.col-main,
.sidebar {
  padding-top: 30px;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
}
.full-wrapper.center {
  text-align: center;
}
.full-wrapper .full-content {
  margin: 0 auto;
}
.full-wrapper .container-full {
  margin: 0 auto;
  max-width: 1920px;
}
.category-products .products-grid .item {
  float: left;
}
input[type='text'],
.qty,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.sm-facebook-content iframe {
  border: none;
}
.product-name {
  font-size: 100%;
}
.boxed-layout .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.owl-carousel .item {
  width: 100% !important;
}
.zoomContainer {
  display: none !important;
}
.zoomContainer:last-child {
  display: block !important;
}
#review-form .fieldset {
  padding: 0;
  border: none;
}
.review-product-list .product-essential .product-shop .nobr {
  display: none;
}
.clearfix {
  clear: both;
}
.overflow-table {
  overflow-x: auto;
}
table tbody td,
table tfoot td {
  background-color: #fff;
}
#wishlist-table {
  margin-bottom: 20px;
}
#wishlist-table button {
  margin: 10px 0px;
}
.price {
  white-space: nowrap !important;
}
.price-box {
  margin: 5px 0;
}
.price-box p {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 0;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .minimal-price span {
  display: inline-block;
}
.price-box .price {
  color: #363636;
}
.regular-price .price {
  font-size: 171.43%;
  letter-spacing: 0.2em;
  color: #ffb81c;
  font-weight: bold;
}
.special-price .price .price {
  font-size: 171.43%;
  letter-spacing: 0.2em;
  color: #ffb81c;
  font-weight: bold;
}
.old-price {
  margin: 0;
}
.old-price .price-label {
  white-space: nowrap;
  color: #999;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
  font-size: 92.30%;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  white-space: nowrap;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #1e7ec8;
}
.minimal-price-link .price {
  font-weight: normal;
}
.price-excluding-tax {
  display: block;
}
.price-excluding-tax .label {
  white-space: nowrap;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}
.price-including-tax {
  display: block;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
}
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}
.weee {
  display: block;
  font-size: 11px;
}
.weee .price {
  font-size: 11px;
  font-weight: normal;
}
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}
.price-from {
  margin: 0;
}
.price-from .price-label {
  white-space: nowrap;
}
.price-to {
  margin: 0;
}
.price-to .price-label {
  white-space: nowrap;
}
.price-notice {
  padding-left: 10px;
}
.price-notice .price {
  font-weight: bold;
}
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle {
  padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #555;
}
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #636363;
}
.tier-prices .price {
  font-weight: bold;
  color: #636363;
}
.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}
img {
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
.no-rating,
.rating-box {
  width: 68px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_rating.png) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.no-rating .rating,
.rating-box .rating {
  float: left;
  height: 12px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_rating.png) 0 100% repeat-x;
  position: relative;
  top: 0px;
}
label,
.label {
  font-weight: normal !important;
  color: inherit;
  font-size: 100%;
  margin-bottom: 0;
}
.required em {
  display: none;
}
a {
  text-decoration: none;
}
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
body {
  line-height: 1.66 !important;
  overflow-x: hidden;
  overflow-y: scroll !important;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: none;
}
.des-cat {
  margin-bottom: 20px;
}
.my-tag-edit .btn-remove {
  top: -5px;
  display: inline-block;
  vertical-align: top;
}
.empty {
  padding: 10px 0px 0px;
  margin: 0;
}
.compare-table .price-box {
  display: inline-block;
}
.compare-table .price-box .old-price,
.compare-table .price-box .special-price {
  margin: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  line-height: 1.35;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: inherit;
}
#wishlist-table .add-to-cart-alt {
  clear: both;
  padding-top: 10px;
}
#wishlist-table .price-box p {
  display: block;
  margin: 0;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
.product-options-bottom .add-to-cart,
.add-to-box .add-to-cart {
  margin-bottom: 20px;
  float: left;
  margin-right: 1px;
}
.add-to-cart {
  position: relative;
}
.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: bold !important;
  line-height: 40px;
  font-size: 107.69%;
}
.add-to-cart button.button {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 92.86%;
  text-transform: uppercase;
  font-weight: 500;
}
.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: left;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 60px;
}
.add-to-cart .control-qty {
  float: left;
  margin-right: 10px;
}
.add-to-cart .control-qty .quantity-controls {
  cursor: pointer;
  color: #636363;
}
.add-to-cart .control-qty .quantity-controls:before {
  font-family: fontawesome;
  font-size: 10px;
  position: relative;
  top: 0px;
}
.add-to-cart .control-qty .quantity-controls:hover {
  color: #ffb81c;
}
.add-to-cart .control-qty .quantity-controls.quantity-plus:before {
  content: "\f067";
}
.add-to-cart .control-qty .quantity-controls.quantity-minus:before {
  content: "\f068";
}
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption,
th,
td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
p {
  margin: 0 0 10px;
}
strong {
  font-weight: bold;
}
address {
  font-style: normal;
  line-height: 1.35;
}
cite {
  font-style: normal;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
small,
big {
  font-size: 1em;
}
.price-box .special-price {
  margin-left: 0px;
}
ul,
ol {
  list-style: none;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
#yt-totop {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #ffb81c;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 20px;
  opacity: 0.6;
  z-index: 800;
}
#yt-totop:before {
  content: "\f062";
  font-family: fontawesome;
  font-size: 20px;
}
#yt-totop:hover {
  opacity: 1;
}
.owl-theme .owl-controls .owl-nav > div {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav > div:before {
  display: inline-block;
  text-indent: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  color: #acacac;
  font-size: 25px;
  line-height: 25px;
  font-family: fontawesome;
  text-align: center;
}
.owl-theme .owl-controls .owl-nav > div:hover:before {
  color: #ffb81c;
}
.owl-theme .owl-controls .owl-nav > div.owl-next:before {
  content: "\f105";
}
.owl-theme .owl-controls .owl-nav > div.owl-prev:before {
  content: "\f104";
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffb81c;
}
.block.block-compare .block-content {
  padding-top: 5px;
}
.block.block-compare .block-content .item {
  position: relative;
}
.block.block-compare .block-content .item .product-name {
  margin: 0;
}
.block.block-compare .block-content .item .product-name a {
  display: block;
  padding: 7px 0px;
}
.block.block-compare .block-content .item .btn-remove {
  position: absolute;
  right: 14px;
  top: 6px;
  z-index: 9;
}
.block.block-compare .block-content .actions {
  text-align: left;
  border-top: 1px dotted #e5e5e5;
  padding-top: 15px;
}
.block.block-megamenu-vertical .block-content {
  padding: 0;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical {
  margin: 0;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li {
  border-bottom: 1px solid #e5e5e5;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li:last-child {
  border-bottom: 0;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a {
  display: block;
  color: #232323;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a > span {
  display: block;
  padding: 12px 0;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a > span > span {
  position: relative;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a > span > span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  top: 50%;
  height: 1px;
  background: #232323;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li > a:hover > span > span:before {
  right: 0;
}
.block.block-megamenu-vertical .block-content .megamenu-vertical > li.parent > a > span:before {
  padding: 4px 0;
  float: right;
}
.home-menu-dropdown {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
}
.home-menu-dropdown .item-home-store {
  width: 50%;
  float: left;
}
.home-menu-dropdown .item-home-store .title-menu-home {
  text-transform: uppercase;
  font-size: 114.28%;
  color: #363636;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  position: relative;
  padding-bottom: 11px;
}
.home-menu-dropdown .item-home-store .title-menu-home:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #ffb81c;
}
.home-menu-dropdown .item-home-store li a {
  display: block !important;
  padding: 4px 0px;
  font-weight: 500;
}
.home-menu-dropdown .item-home-store.theme-color li a {
  position: relative;
}
.home-menu-dropdown .item-home-store.theme-color li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e1e1e1;
  margin-right: 10px;
  vertical-align: middle;
}
.home-menu-dropdown .item-home-store.theme-color li.red a:before {
  background-color: #f95656;
}
.home-menu-dropdown .item-home-store.theme-color li.green a:before {
  background-color: #84c351;
}
.home-menu-dropdown .item-home-store.theme-color li.blue a:before {
  background-color: #4eabf0;
}
.home-menu-dropdown .item-home-store.theme-color li.orange a:before {
  background-color: #f69a43;
}
.home-menu-dropdown .item-home-store.theme-color li.cyan a:before {
  background-color: #2dc0d0;
}
.home-menu-dropdown .item-home-store.theme-color li.violet a:before {
  background-color: #8a68c6;
}
.static-right-link a img,
.homestyle1 .static-image-1 .col-static-image a img,
.full-wrapper-image .full-content a img,
.full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog a img,
.static-image-sidebar a img,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list a img,
.sm_megamenu_wrapper_vertical_menu .static-image-menu a img,
.block-latest-post a img,
.block-image a img,
.instagram_users a img,
.homestyle2 .static-iamge-3 {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle1 .static-image-1 .col-static-image a img:hover,
.full-wrapper-image .full-content a img:hover,
.full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog a img:hover,
.static-bottom-link a img:hover,
.static-image-sidebar a img:hover,
.static-top-categories .image-top-cat a img:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list a img:hover,
.sm_megamenu_wrapper_vertical_menu .static-image-menu a img:hover,
.block-latest-post a img:hover,
.block-image a img:hover,
.instagram_users a img:hover,
.homestyle2 .static-iamge-3:hover {
  opacity: 0.8;
}
.title-view::before,
.listingtab-wrapper-default ul.ltabs-tabs li.tab-sel:before,
.listingtab-wrapper-default ul.ltabs-tabs li:hover:before,
.homestyle1 .title-home:before {
  background: #ffb81c url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/icon-title.png') no-repeat center center;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 8px;
  position: fixed;
  top: 100px;
  width: 300px;
  z-index: 100;
  right: -302px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_wrapper #cpanel_btn {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/images/bg-cpanel-head.png) left top #666666;
  width: 40px;
  border-right: none;
  position: absolute;
  left: -41px;
  top: 8px;
  padding: 8px 0 9px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px 0 0 3px;
  display: block !important;
  height: 37px !important;
  opacity: 1 !important;
}
#cpanel_wrapper #cpanel_btn i {
  font-size: 20px;
}
#cpanel_wrapper .cpanel-head {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/images/bg-cpanel-head.png) left top #666666;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 3px 10px 0 10px;
  float: left;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#cpanel_wrapper .cpanel-head > span {
  float: left;
  margin-top: 5px;
  text-transform: uppercase;
}
#cpanel_wrapper .cpanel-reset {
  float: right;
  margin: -3px -10px 0 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper .cpanel-reset:before {
  border-color: rgba(0, 0, 0, 0) #0291ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px 8px 0;
  content: "";
  left: 3px;
  position: absolute;
  top: 9px;
}
#cpanel_wrapper .cpanel-reset .btn {
  background: none repeat scroll 0 0 #0291FF;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  transition: all 0.2s ease 0s;
  color: #fff !important;
}
#cpanel_wrapper .cpanel-reset:hover .btn {
  padding-right: 25px;
  outline: none;
}
#cpanel_wrapper .cpanel-reset > a {
  margin: 0 0 0 10px;
}
#cpanel_wrapper .cpanel-content {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group .item-cpanel-inner {
  padding: 15px 10px 10px;
  border: none;
  background: #fff;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin: 0 4px 5px 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.active {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color:hover {
  opacity: 0.7;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.red {
  background-color: #f95656;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.blue {
  background-color: #4eabf0;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.green {
  background-color: #84c351;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.orange {
  background-color: #f69a43;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.cyan {
  background-color: #2dc0d0;
}
#cpanel_wrapper .cpanel-content .item-cpanel-group.cpanel-theme-color .theme-color.violet {
  background-color: #8a68c6;
}
#cpanel_wrapper .cpanel-content .item-cpanel-heading {
  background-color: #F9F9F9;
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  border: 1px solid #BCBCBC;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  margin: -1px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: bold;
}
.static-right-link img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.static-right-link img:hover {
  opacity: 0.7;
}
.footer {
  background-color: #111;
  color: #898989;
  padding-top: 98px;
}
.footer a {
  color: #898989;
}
.footer .footer-top {
  text-align: center;
}
.footer .footer-top .about-us-footer {
  margin-bottom: 25px;
}
.footer .footer-top .about-us-footer img {
  margin-bottom: 24px;
  background-color: #ffb81c;
}
.footer .footer-top .about-us-footer p {
  letter-spacing: 0.2em;
  padding: 0 18% 19px;
}
.footer .footer-top .social-footer {
  margin-bottom: 33px;
  border-bottom: 1px solid #292929;
  padding-bottom: 63px;
}
.footer .footer-top .social-footer .socials-wrap .title-follow {
  display: none;
}
.footer .footer-top .social-footer .socials-wrap ul {
  margin: 0;
}
.footer .footer-top .social-footer .socials-wrap ul li {
  display: inline-block;
  margin: 0 12px;
  position: relative;
}
.footer .footer-top .social-footer .socials-wrap ul li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffb81c;
  z-index: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer .footer-top .social-footer .socials-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #ffb81c;
  font-size: 14px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer .footer-top .social-footer .socials-wrap ul li a .name-social {
  display: none;
}
.footer .footer-top .social-footer .socials-wrap ul li:hover:before {
  top: 0;
}
.footer .footer-top .social-footer .socials-wrap ul li:hover a {
  color: #fff;
}
.footer .footer-middle {
  padding: 24px 0 67px;
}
.footer .footer-middle .block {
  background: none;
}
.footer .footer-middle .block .title {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.footer .footer-middle .block .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 30px;
  background: #ffb81c;
}
.footer .footer-middle .block .content > p {
  margin-bottom: 10px;
}
.footer .footer-middle .block .content ul {
  padding-top: 5px;
}
.footer .footer-middle .block .content ul li a {
  position: relative;
  line-height: 28px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer .footer-middle .block .content ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer .footer-middle .block .content ul li a:hover {
  padding-left: 22px;
  color: #fff;
}
.footer .footer-middle .block .content ul li a:hover:before {
  width: 10px;
}
.footer .footer-middle .block.ft-contact-us .content {
  padding-right: 40px;
  margin-top: 23px;
}
.footer .footer-middle .list-categories li {
  display: inline-block;
  font-size: 84.61%;
  padding: 0 5px;
  position: relative;
}
.footer .footer-middle .list-categories li:before {
  width: 1px;
  height: 9px;
  background-color: #999;
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -4px;
}
.footer .footer-middle .list-categories li:last-child:before {
  display: none;
}
.footer .footer-middle .list-categories li.category-name {
  font-weight: 700;
  padding: 0;
}
.footer .footer-middle .list-categories li.category-name:before {
  display: none;
}
.footer .copyright {
  background-color: #000;
  padding: 21px 0 15px;
}
.footer .copyright .copyright-footer {
  margin-top: 3px;
  font-size: 82.71%;
  color: #636363;
  letter-spacing: 0.2em;
}
.footer .copyright .payment-footer {
  text-align: right;
}
.col3-layout .category-products .toolbar .toolbar-inner .sortby-limiter {
  float: none;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 10px;
}
.col3-layout .products-list .item .item-inner .box-image-list {
  width: 250px;
}
.col3-layout .products-list .item .item-inner .box-info-list {
  margin-left: 280px;
}
.col3-layout .products-list .item .item-inner .box-info-list .ratings,
.col3-layout .products-list .item .item-inner .box-info-list .no-rating {
  position: static;
}
.col1-layout .products-grid .item .item-inner .box-info .price-box {
  margin: 0 -10px;
}
.block {
  margin: 0 0 30px;
  background-color: #fff;
}
.block.block-layered-nav {
  margin-top: -15px;
}
.block.block-layered-nav .block-title {
  display: none;
}
.block .block-title {
  border-bottom: 1px solid #ffb81c;
  padding: 10px 0 23px;
}
.block .block-title strong {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #363636;
  font-weight: 600;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-content {
  padding: 30px 0 0;
  display: block !important;
}
.block .actions {
  text-align: right;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
}
.basic-products-list .special-price .price .price {
  color: #ffb81c;
  font-size: 128.57%;
}
.basic-products-list .old-price .price {
  top: 4px;
}
.basic-products-list .ratings {
  display: none !important;
}
.basic-products-list .list-items {
  margin: 0;
}
.basic-products-list .list-items .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.basic-products-list .list-items .item:last-child {
  margin-bottom: 0;
}
.basic-products-list .list-items .item .item-inner .image-box {
  float: left;
  width: 70px;
  margin-right: 18px;
}
.basic-products-list .list-items .item .item-inner .image-box:hover {
  border-color: #ffb81c;
}
.basic-products-list .list-items .item .item-inner .info-product-box {
  margin-left: 80px;
}
.basic-products-list .list-items .item .item-inner .info-product-box .bs-title a {
  color: #636363;
}
.basic-products-list .list-items .item .item-inner .info-product-box .bs-title a:hover {
  color: #ffb81c;
}
.basic-products-list .list-items .item .item-inner .info-product-box .ratings {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.basic-products-list .list-items .item .item-inner .info-product-box .ratings .amount {
  display: none;
}
.basic-products-list .list-items .item .item-inner .info-product-box .no-rating {
  margin: 3px 0 2px;
}
.basic-products-list .list-items .item .item-inner .info-product-box .price-box {
  margin: 0;
}
.tags-list {
  display: block;
  margin: 0;
}
.tags-list li {
  display: inline-block !important;
  margin: 0 5px 8px 0;
}
.tags-list li a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  font-size: 100% !important;
  padding: 2px 10px;
}
.tags-list li a:hover {
  background-color: #ffb81c;
  border-color: #ffb81c;
  color: #fff;
}
.label-product {
  position: absolute;
  top: 1px;
  font-size: 85.71%;
  color: #fff;
  z-index: 10;
  width: 80px;
  height: 31px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.label-product.label-sale {
  left: 0;
  background-color: #f69a43;
}
.label-product.label-new {
  right: 0;
  background-color: #363636;
}
.category-products {
  overflow: hidden;
}
.category-products .products-grid-wrapper {
  margin-right: -1px;
  overflow: hidden;
}
.category-products .products-grid {
  margin: -15px;
  position: relative;
}
.products-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.products-grid .regular-price .price,
.products-grid .special-price .price .price {
  font-size: 157.14%;
  letter-spacing: 0.2em;
  color: #363636;
  font-weight: 500;
}
.products-grid .item .item-inner {
  margin: 15px;
}
.products-grid .item .item-inner .box-image {
  position: relative;
}
.products-grid .item .item-inner .box-image .product-image img {
  width: 100%;
}
.products-grid .item .item-inner .box-image .product-image .second-image {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 3;
}
.products-grid .item .item-inner .box-image .product-image:hover .second-image {
  opacity: 1;
}
.products-grid .item .item-inner .box-image .bottom-action {
  position: absolute;
  text-align: center;
  z-index: 10;
  display: none;
  left: 0;
  right: -1px;
  bottom: 0;
}
.products-grid .item .item-inner .box-image .bottom-action .add-to-links {
  float: left;
  display: inline-block;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action {
  background-color: #363636;
  border: none;
  display: inline-block !important;
  float: left;
  margin: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 15.8%;
  height: 40px;
  vertical-align: top;
  border-right: 1px solid #f4f8fb;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action:hover {
  background-color: #ffb81c;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action.btn-cart {
  width: 52.6%;
  background-color: #ffb81c;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action.btn-cart:before {
  display: none;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-size: 92.86%;
  font-weight: 500;
  line-height: 41px;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action.btn-cart:hover {
  background-color: #ffb81c;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action.link-compare:before {
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action.link-wishlist:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .item .item-inner .box-image .bottom-action .btn-action span {
  display: none;
}
.products-grid .item .item-inner .box-image:hover .bottom-action {
  display: block;
}
.products-grid .item .item-inner .box-image .configurable-swatch-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  text-align: center;
}
.products-grid .item .item-inner .box-image .configurable-swatch-list li {
  display: inline-block;
}
.products-grid .item .item-inner .box-info {
  padding: 10px 0 0;
  text-align: center;
}
.products-grid .item .item-inner .box-info .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0px 2px;
}
.products-grid .item .item-inner .box-info .product-name a {
  white-space: nowrap;
  color: #636363;
}
.products-grid .item .item-inner .box-info .product-name a:hover {
  color: #ffb81c;
}
.products-grid .item .item-inner .box-info .ratings .rating-box {
  position: relative;
  top: 5px;
  margin: 0 auto;
  float: none;
}
.products-grid .item .item-inner .box-info .ratings .amount {
  display: none;
}
.products-grid .item .item-inner .box-info .no-rating,
.products-grid .item .item-inner .box-info .ratings {
  height: 20px;
  margin: 0 auto;
  line-height: 20px;
}
.products-grid .item .item-inner .box-info .no-rating {
  margin: 5px auto -4px;
}
.products-grid .item .item-inner .box-info .price-box {
  height: 20px;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 54px;
}
.products-grid .item .image-slider-product {
  width: 100%;
}
.products-grid .item .image-slider-product .lSAction,
.products-grid .item .image-slider-product .lSPager {
  display: none;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-grid .item .image-slider-product:hover .lSAction,
.products-grid .item .image-slider-product:hover .lSPager {
  display: block;
}
.products-grid .item .image-slider-product .item {
  padding: 0;
}
.products-grid .item .image-slider-product img {
  width: 100%;
}
.products-grid .item .image-slider-product .lSPager {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.sidebar-product .basic-products-list .bs-items {
  margin-bottom: 0;
}
.sidebar-product .basic-products-list .bs-items .item:last-child {
  margin-bottom: 0;
}
.products-list .item:last-child .item-inner {
  margin-bottom: 0;
}
.products-list .item .item-inner {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.products-list .item .item-inner .box-image-list {
  width: 270px;
  float: left;
  position: relative;
}
.products-list .item .item-inner .box-image-list .label-product {
  top: 1px;
}
.products-list .item .item-inner .box-image-list .label-product.label-sale {
  left: 0;
}
.products-list .item .item-inner .box-image-list .label-product.label-new {
  right: 0;
}
.products-list .item .item-inner .box-image-list .image-slider-product {
  width: 100%;
}
.products-list .item .item-inner .box-image-list .image-slider-product .lSAction {
  opacity: 0;
}
.products-list .item .item-inner .box-image-list .image-slider-product .lSPager {
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.products-list .item .item-inner .box-image-list .image-slider-product:hover .lSAction,
.products-list .item .item-inner .box-image-list .image-slider-product:hover .lSPager {
  opacity: 1;
}
.products-list .item .item-inner .box-image-list .image-slider-product img {
  opacity: 1 !important;
  width: 100%;
}
.products-list .item .item-inner .box-image-list .product-image .second-image {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
}
.products-list .item .item-inner .box-image-list .product-image:hover .second-image {
  opacity: 1;
}
.products-list .item .item-inner .box-image-list .configurable-swatch-list {
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: inline-block;
  z-index: 9;
  text-align: center;
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler {
  display: block !important;
  width: 56px;
  height: 36px;
  background-color: #b2b2b2;
  color: #fff;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -28px;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler span {
  display: none;
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler:hover {
  background-color: #ffb81c;
}
.products-list .item .item-inner .box-image-list:hover .sm_quickview_handler {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.products-list .item .item-inner .box-info-list {
  margin-left: 300px;
  margin-top: 12px;
}
.products-list .item .item-inner .box-info-list .product-name {
  font-size: 171.43%;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 13px;
}
.products-list .item .item-inner .box-info-list .price-box {
  margin-top: 0px;
  margin-bottom: 18px;
}
.products-list .item .item-inner .box-info-list .price-box .regular-price .price {
  color: #ffb81c;
}
.products-list .item .item-inner .box-info-list .actions {
  margin-bottom: 5px;
  display: inline-block;
  width: 270px;
}
.products-list .item .item-inner .box-info-list .actions .add-to-links {
  float: left;
  display: inline-block;
}
.products-list .item .item-inner .box-info-list .actions .btn-action {
  background-color: #363636;
  border: none;
  display: inline-block !important;
  float: left;
  margin: 0 1px 0 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.products-list .item .item-inner .box-info-list .actions .btn-action:hover {
  background-color: #ffb81c;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.btn-cart {
  width: 52.5%;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.btn-cart:before {
  display: none;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-size: 92.86%;
  font-weight: 500;
  line-height: 41px;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.link-compare:before {
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.link-wishlist:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .actions .btn-action.sm_quickview_handler:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .item .item-inner .box-info-list .actions .btn-action span {
  display: none;
}
.products-list .item .item-inner .box-info-list .ratings {
  display: inline-block;
  height: 20px;
  margin: 0;
}
.products-list .item .item-inner .box-info-list .no-rating {
  display: inline-block;
  height: 20px;
  margin: 0;
}
.products-list .item .item-inner .box-info-list .desc {
  margin-bottom: 44px;
}
.toolbar .toolbar-inner {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}
.toolbar .toolbar-inner .pager {
  margin: 0;
  display: none;
  vertical-align: top;
}
.toolbar .toolbar-inner .pager .pages ol {
  margin: 0;
}
.toolbar .toolbar-inner .pager .pages ol li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  width: 31px;
  height: 40px;
  border-bottom: 2px solid #fff;
}
.toolbar .toolbar-inner .pager .pages ol li:first-child:hover,
.toolbar .toolbar-inner .pager .pages ol li:last-child:hover {
  border-bottom: 2px solid #fff;
}
.toolbar .toolbar-inner .pager .pages ol li:hover,
.toolbar .toolbar-inner .pager .pages ol li.current:first-child:hover,
.toolbar .toolbar-inner .pager .pages ol li.current:last-child:hover,
.toolbar .toolbar-inner .pager .pages ol li.current {
  border-bottom: 2px solid #ffb81c;
  line-height: 40px;
  color: #ffb81c;
  font-size: 100%;
}
.toolbar .toolbar-inner .pager .pages ol li:hover a,
.toolbar .toolbar-inner .pager .pages ol li.current:first-child:hover a,
.toolbar .toolbar-inner .pager .pages ol li.current:last-child:hover a,
.toolbar .toolbar-inner .pager .pages ol li.current a {
  color: #ffb81c;
}
.toolbar .toolbar-inner .pager .pages ol li .previous {
  margin-right: 35px;
}
.toolbar .toolbar-inner .pager .pages ol li .previous:before {
  content: '\f177';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-left: -15px;
}
.toolbar .toolbar-inner .pager .pages ol li .previous span {
  display: none;
}
.toolbar .toolbar-inner .pager .pages ol li .next {
  margin-left: 35px;
}
.toolbar .toolbar-inner .pager .pages ol li .next:before {
  content: '\f178';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.toolbar .toolbar-inner .pager .pages ol li .next span {
  display: none;
}
.toolbar .toolbar-inner .pager .pages ol li a {
  border: 0;
  line-height: 40px;
  background: none;
  color: #252525;
  padding: 0;
}
.toolbar .toolbar-inner .pager .pages ol li a:hover {
  color: #ffb81c;
}
.toolbar .toolbar-inner .sorter,
.toolbar .toolbar-inner .sortby-limiter {
  display: inline-block;
  vertical-align: top;
}
.toolbar .toolbar-inner .sorter .sort-by {
  display: inline-block;
  vertical-align: top;
}
.toolbar .toolbar-inner .sorter .sort-by > label,
.toolbar .toolbar-inner .sorter .sort-by > .selector,
.toolbar .toolbar-inner .sorter .sort-by > a {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-inner .sorter .sort-by > a {
  padding: 0 5px;
}
.toolbar .toolbar-inner .sorter .view-mode {
  margin: 2px 0 0;
  display: inline-block;
}
.toolbar .toolbar-inner .sorter .view-mode strong,
.toolbar .toolbar-inner .sorter .view-mode a {
  display: inline-block;
  width: 22px;
  height: 25px;
  text-align: center;
  line-height: 32px;
  float: left;
  color: #898989;
  margin-right: 15px;
}
.toolbar .toolbar-inner .sorter .view-mode strong:hover,
.toolbar .toolbar-inner .sorter .view-mode a:hover {
  color: #ffb81c;
}
.toolbar .toolbar-inner .sorter .view-mode strong span,
.toolbar .toolbar-inner .sorter .view-mode a span {
  display: none;
}
.toolbar .toolbar-inner .sorter .view-mode strong {
  color: #ffb81c;
}
.toolbar .toolbar-inner .sorter .view-mode .grid:before {
  content: '\f00a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
}
.toolbar .toolbar-inner .sorter .view-mode .list:before {
  content: '\f03a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
}
.toolbar .toolbar-inner .sortby-limiter {
  float: right;
}
.toolbar .toolbar-inner .sortby-limiter .limiter {
  display: inline-block;
  vertical-align: top;
}
.toolbar .toolbar-inner .sortby-limiter .limiter > label,
.toolbar .toolbar-inner .sortby-limiter .limiter > .selector,
.toolbar .toolbar-inner .sortby-limiter .limiter > a {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .toolbar-inner .sortby-limiter .limiter {
  margin-right: 20px;
}
.toolbar-bottom .toolbar .toolbar-inner {
  margin: 20px 0 53px;
}
.toolbar-bottom .toolbar .toolbar-inner .sorter {
  display: none;
}
.toolbar-bottom .toolbar .toolbar-inner .sortby-limiter {
  text-align: center;
  width: 100%;
}
.toolbar-bottom .toolbar .toolbar-inner .limiter {
  display: none;
}
.toolbar-bottom .toolbar .toolbar-inner .pager {
  display: inline-block;
}
#loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  padding: 10px;
  margin-left: -22px;
  background-color: black;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-layered-nav #narrow-by-list {
  margin-bottom: 0;
}
.block-layered-nav .block-title strong {
  display: block;
  border-width: 2px;
}
.block-layered-nav .currently {
  border: 1px solid #e5e5e5;
  padding: 0 10px 0;
}
.block-layered-nav .currently .filter-shopby {
  margin: 0 -10px 10px;
  padding: 3px 10px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 114.285%;
}
.block-layered-nav .currently ol {
  margin-bottom: 4px;
}
.block-layered-nav .currently ol li {
  display: inline-block;
  margin-right: 3px;
}
.block-layered-nav .currently ol li span,
.block-layered-nav .currently ol li .btn-remove {
  display: table-cell;
  border: 1px solid #e5e5e5;
  padding: 0 5px;
}
.block-layered-nav .currently ol li .btn-remove {
  margin: 0 -1px;
  border-left: none;
}
.block-layered-nav .currently ol li .btn-remove:before {
  position: relative;
}
.block-layered-nav .actions {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 5px 10px;
}
.block-layered-nav .actions a {
  float: right;
}
.block-layered-nav .block-content .filter-wrapp {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.block-layered-nav .block-content .filter-wrapp.Category {
  margin-bottom: 40px;
}
.block-layered-nav .block-content .filter-wrapp:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.block-layered-nav .block-content .filter-wrapp dt {
  text-transform: uppercase;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffb81c;
  padding-bottom: 24px;
}
.block-layered-nav .block-content .filter-wrapp dd ol {
  margin: 0;
}
.block-layered-nav .block-content .filter-wrapp dd ol li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.block-layered-nav .block-content .filter-wrapp dd ol li:last-child {
  margin-bottom: 0;
}
.block-layered-nav .block-content .filter-wrapp dd ol li .check-shopby {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a {
  position: relative;
  display: inline-block;
  padding: 6px 0 10px;
  font-size: 92.86%;
  color: 232323;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count {
  float: right;
  font-size: 92.86%;
  margin-top: 0;
  margin-left: 4px;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count:before {
  content: "(";
}
.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count:after {
  content: ")";
}
.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count:hover {
  color: #ffb81c;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a:hover:before {
  width: 100%;
}
.block-layered-nav .block-content .filter-wrapp dd ol li a.checked {
  color: #ffb81c;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image {
  padding: 0;
  display: block;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image:before {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image span img {
  margin-top: 2px;
  border: none;
}
.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image .label-image {
  text-transform: none;
  margin-left: 20px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby {
  overflow: hidden;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .ac-shopby {
  padding: 10px 0 0;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter {
  background-color: #ffb81c;
  height: 4px;
  position: relative;
  margin: 20px 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from,
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to {
  background: #ffb81c;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: e-resize;
  display: block;
  height: 16px;
  width: 16px;
  z-index: 15;
  position: absolute;
  top: -6px;
  text-align: center;
  border: 2px solid #fff;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from:after,
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to:after {
  content: "";
  display: inline-block;
  width: 1000px;
  height: 4px;
  background-color: #e5e5e5;
  position: absolute;
  top: 4px;
  z-index: 10;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to:after {
  left: 12px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from:after {
  right: 12px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .sp-right {
  float: right;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
  border: 1px solid #e5e5e5;
  width: 71px;
  margin-right: 7px;
  padding: 0 5px;
  float: left;
  font-size: 92.86%;
  border-radius: 0;
  padding-top: 4px;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby span {
  display: table-cell;
  vertical-align: middle;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby .input-text {
  border: none;
  height: 29px;
  padding: 0;
  width: 100%;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby .input-text:focus {
  background: none;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button {
  height: 35px;
  line-height: 25px;
  text-transform: uppercase;
  background-color: #ffb81c;
  color: #fff;
  font-size: 92.86%;
  padding: 0 15px;
  font-weight: 600;
}
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button:hover {
  background-color: #ffb81c;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list {
  margin: 0 -10px;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li {
  width: 26px;
  height: 26px;
  float: left;
  margin: 10px;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li a.has-image {
  padding: 0;
  display: block;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li a.has-image:before {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li a.has-image span {
  display: none;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li a.has-image span.swatch-label {
  width: 26px !important;
  display: block;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li a.has-image span.swatch-label img {
  width: 26px;
  height: 26px;
  border: none;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li a.has-image .label-image {
  text-transform: none;
  margin-left: 20px;
}
.block-layered-nav .block-content .filter-wrapp.Color ol.configurable-swatch-list li a.has-image:hover span.swatch-label img {
  opacity: 0.7;
}
.ratings .amount {
  display: none;
}
.page-empty .product-view .product-essential .add-to-links,
.product-configurable-product .product-view .product-essential .add-to-links {
  margin-top: 0px;
}
.page-empty .product-view.cartpro-product .product-shop .product-options-bottom,
.product-configurable-product .product-view.cartpro-product .product-shop .product-options-bottom {
  margin: -7px 0 -2px;
  padding-top: 13px;
}
.free-shipping-label.small-view {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
.image-slider-product .lSAction,
.box-image .lSAction {
  display: none !important;
}
.image-slider-product:hover .lSAction,
.box-image:hover .lSAction {
  display: block !important;
}
.image-slider-product .lSAction > a,
.box-image .lSAction > a {
  width: 51px;
  height: 51px;
  margin-top: -26px;
  border: 0;
  text-align: center;
  line-height: 51px;
  font-family: fontawesome;
  font-size: 22px;
}
.image-slider-product .lSAction > .lSPrev,
.box-image .lSAction > .lSPrev {
  left: 0;
}
.image-slider-product .lSAction > .lSNext,
.box-image .lSAction > .lSNext {
  right: -1px;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
.msrp-price-hide-message {
  display: block;
  clear: both;
  padding: 10px 0px;
}
.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.page-empty {
  background: #fff;
  text-align: left;
}
.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}
.main {
  margin: 0 auto;
  min-height: 400px;
  padding: 0px 0px 40px;
  text-align: left;
}
.customer-account-login .main {
  padding-bottom: 40px;
}
.col1-layout .col-main {
  float: none;
  width: auto;
}
.col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2 {
  float: right;
  width: 48.5%;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}
.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}
.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  color: #636363;
}
body input.input-text {
  height: 36px;
  padding: 0 5px;
  width: 100%;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
}
textarea {
  overflow: auto;
}
input.radio {
  margin-right: 3px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 40px !important;
  height: 40px !important;
  text-align: center;
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
.form-list li {
  margin-bottom: 8px;
}
.form-list label {
  float: left;
  color: #666;
  font-weight: bold;
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}
.form-list label.required em {
  display: none;
}
.form-list li.control label {
  float: none;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.required:after {
  content: "*";
  color: #eb340a;
}
body input.checkbox {
  float: left;
  margin: 1px 5px 0 0;
}
body input.radio {
  float: left;
  margin: 0px 5px 0 0;
}
.form-list .input-box {
  display: block;
  clear: both;
}
.form-list select {
  width: 100%;
  height: 33px;
}
.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text {
  width: 74px;
}
textarea {
  height: 10em;
  width: 100%;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .name-prefix {
  width: 65px;
}
.form-list .name-prefix select {
  width: 55px;
}
.form-list .name-prefix input.input-text {
  width: 49px;
}
.form-list .name-suffix {
  width: 65px;
}
.form-list .name-suffix select {
  width: 55px;
}
.form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.buttons-set {
  clear: both;
  text-align: right;
}
.buttons-set p.required {
  margin: 0 0 10px;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
}
.buttons-set button.button.cancel-coupon {
  margin-top: 10px;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}
.fieldset {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.fieldset .legend {
  border-bottom: 1px solid #e5e5e5;
  font-size: 108.03%;
  font-weight: bold;
  margin: 0 0 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.account-create .fieldset {
  min-height: 244px;
  background-color: #fff;
}
.account-create .input-box {
  width: 100%;
}
.account-create .form-list .input-text {
  width: 100%;
}
.validation-advice {
  margin: 3px 0 0;
  font-size: 91.67%;
  line-height: 13px;
  color: #eb340a;
}
.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important;
}
p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
}
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
.success {
  color: #3d6611;
  font-weight: bold;
}
.error {
  color: #df280a;
  font-weight: bold;
}
.notice {
  color: #e26703;
}
.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages {
  width: 100%;
  overflow: hidden;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 5px !important;
  font-size: 100% px !important;
  font-weight: bold !important;
}
.error-msg {
  border-color: transparent;
  background-color: transparent;
  color: #ff0000;
}
.error-msg ul li span {
  font-weight: normal;
}
.error-msg ul li span:after {
  content: "\f00d";
  font-family: fontawesome;
  color: inherit;
  font-size: 15px;
  margin: 0px 12px;
  vertical-align: middle;
}
.success-msg {
  border-color: transparent;
  background-color: transparent;
  color: #00a651;
}
.success-msg ul li span {
  font-weight: normal;
}
.success-msg ul li span:after {
  content: "\f00c";
  font-family: fontawesome;
  color: inherit;
  font-size: 15px;
  margin: 0px 12px;
  vertical-align: middle;
}
.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fcd344;
  color: #fff;
}
.note-msg:before,
.notice-msg:before {
  content: "\f05a";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%;
}
.breadcrumbs {
  text-align: center;
  background: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bg-breadcrumb.jpg') no-repeat top center;
  height: 300px;
  padding: 5% 0 0;
  color: #fff;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .breadcrumbs {
    padding: 3% 0 0;
  }
}
@media (max-width: 450px) {
  .breadcrumbs {
    padding: 1% 0 0;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 9px 0 5px 16px;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0 18px 0 8px;
  position: relative;
}
.breadcrumbs ul li:after {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 14px;
}
.breadcrumbs ul li a {
  display: block;
  padding: 5px 0px;
  color: #fff;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:last-child strong {
  font-weight: normal;
  padding: 5px 0px;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs .title-page h1 {
  text-transform: uppercase;
  font-size: 250%;
  font-weight: bold;
}
.data-table {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.data-table td {
  padding: 3px 8px;
}
.data-table thead th {
  font-weight: bold;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 8px;
  color: #000;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fafafa;
  text-transform: uppercase;
}
.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap;
}
.data-table thead th.wrap {
  white-space: normal;
}
.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}
.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
  border-right: 1px solid #d9dde3;
}
.data-table tfoot strong {
  font-size: 16px;
}
.data-table tbody td .product-image img {
  min-width: 100px;
}
.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
.data-table tbody td .option-value {
  padding-left: 10px;
}
.data-table thead th a,
.data-table thead th a:hover {
  color: #fff;
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}
.data-table tbody th.label {
  padding: 10px !important;
}
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
  border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}
.info-box {
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std dt {
  font-weight: bold;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0;
}
.std b,
.std strong {
  font-weight: bold;
}
.std i,
.std em {
  font-style: italic;
}
.box-content address {
  padding-top: 10px;
}
.link-print {
  color: #ffb81c;
}
.link-rss {
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}
.btn-remove {
  position: relative;
}
.btn-remove:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00d";
  font-size: 14px;
  font-family: fontawesome;
  padding: 4px;
  display: inline-block;
}
.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 10px;
  overflow: hidden;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #636363;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
}
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}
.header {
  position: relative;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #a9a9a9;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
.block-viewed #recently-viewed-items {
  margin: 0;
}
.block-viewed #recently-viewed-items li .product-name a {
  display: inline-block;
  padding: 5px 0px;
}
.block-viewed #recently-viewed-items li:last-child .product-name {
  margin-bottom: 0;
}
.block-viewed #recently-viewed-items li:first-child .product-name a {
  padding-top: 0px;
}
.block-viewed #recently-viewed-items li:last-child .product-name a {
  padding-bottom: 0px;
}
.block-account .block-content {
  padding-top: 0;
  padding-bottom: 0;
}
.block-account .block-content ul {
  margin: 0;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  text-decoration: none !important;
}
.block-account .block-content li a:hover {
  color: #ffb81c;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  color: #ffb81c;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}
.block-cart .summary {
  background: #fff;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 2px 0;
  background: #fbebd9;
  text-align: center;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions {
  border-bottom: 1px solid #c2c2c2;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
.block-related .block-title strong {
  background-position: 0 1px;
}
.block-related input.checkbox {
  float: left;
}
.block-related .product {
  margin-left: 20px;
}
.block-compare .block-title strong {
  background-position: 0 1px;
}
.page-popup.catalog-product-compare-index {
  direction: ltr;
}
.compare-table {
  border: 0;
  margin-bottom: 10px;
}
.compare-table .btn-remove {
  float: right;
  width: 72px;
  height: 15px;
}
.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}
.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #203548;
}
.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}
.compare-table thead tr.first th,
.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table tbody th,
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: top;
}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc !important;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}
.block-compared .block-title strong {
  background-position: 0 1px;
}
.block-poll .block-subtitle {
  font-size: 12px;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
}
.block-poll .label {
  text-align: left;
  position: relative;
  top: 3px;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-gr-search li {
  padding: 3px 9px;
}
.block-tags .actions {
  text-align: right;
  padding-top: 0;
}
.block-tags .actions a {
  float: none;
}
.block-subscribe label {
  margin: 0 0 5px;
  position: relative;
  top: -5px;
  display: inline-block;
}
.block-subscribe .input-box {
  position: relative;
}
.block-subscribe .input-box .input-text {
  height: 35px;
  font-size: 84.61%;
  float: left;
  padding-right: 86px;
  background-color: #e5e5e5;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
.block-subscribe .input-box .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-weight: normal;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-banner {
  border: 0;
}
.block-banner .block-content {
  padding: 0;
  text-align: center;
}
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  text-align: center;
}
.category-description {
  margin-bottom: 20px;
}
.no-rating {
  margin: 0;
  font-size: 90%;
}
.no-rating a {
  color: #999;
}
.no-rating a:hover {
  color: #ffb81c;
}
.ratings {
  font-size: 85.71%;
  line-height: 1.25;
  margin: 7px 0;
}
.ratings strong {
  float: left;
  margin: -2px 5px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings a {
  color: #999;
}
.ratings-table th,
.ratings-table td {
  font-size: 91.67%;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
.availability {
  margin: 0;
}
.availability.out-of-stock span {
  color: #d83820;
}
.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  padding-left: 15px;
}
.availability-only a {
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #be2c00;
}
.availability-only span,
.availability-only a {
  border-bottom: 1px dashed #751d02;
  color: #000;
}
.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}
.email-friend {
  margin: 0;
}
.alert-price {
  margin: 0;
  font-size: 11px;
}
.alert-stock {
  margin: 0;
  font-size: 11px;
}
.add-to-links {
  margin: 0 !important;
  list-style: none !important;
}
.add-to-links .separator {
  display: none;
}
.page-empty .product-view.cartpro-product .add-to-cart,
.product-configurable-product .product-view.cartpro-product .add-to-cart {
  margin-bottom: 10px;
}
.product-view .add-to-cart .paypal-logo {
  margin: 0;
}
.bml-checkout-type {
  list-style: none;
}
.bml-checkout-type .bml_button {
  width: 150px;
  display: inline-table;
}
.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666;
}
.add-to-box .add-to-links li .separator {
  display: none !important;
}
.product-options {
  position: relative;
}
.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #636363;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: left;
}
.product-options ul.options-list .label {
  padding: 0;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #e26703;
}
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-view .grouped-items-table .price-box {
  margin: 0 !important;
  padding: 0;
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags h3 {
  font-size: 100%;
  margin-bottom: 10px;
}
.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
  display: inline;
  padding: 0;
}
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
.product-view .box-tags .form-add label {
  display: block;
}
.product-view .box-tags .form-add .input-box {
  float: left;
}
.product-view .box-tags .form-add input.input-text {
  width: 250px;
  margin-right: -1px;
}
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25;
}
.product-view .box-reviews dl {
  margin: 15px 0;
}
.product-view .box-reviews dd {
  margin: 0 0 15px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}
.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}
.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px;
}
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}
.advanced-search-amount {
  margin: 0 0 10px;
}
.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}
.rss-title h1 {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: bold;
  color: #666;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
  max-width: 285px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}
.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}
.gift-messages h3 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
  border: 1px solid #e5e5e5;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-message-link {
  font-size: 11px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}
.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.checkout-agreements li {
  margin: 30px 0;
}
.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}
.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}
.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}
.opc .checkout-agreements li {
  margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}
.opc .checkout-agreements .agree {
  padding-left: 6px;
}
.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.info-set {
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e26703;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 2px 0 0;
  font-weight: bold;
  text-align: center;
  color: #abb5ba;
}
.checkout-progress li.active {
  border-top-color: #e96200;
  color: #e96200;
}
.multiple-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important;
}
.multiple-checkout .data-table .product-name a {
  font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #e26703;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_grand-total.gif) 0 0 no-repeat;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px;
  padding: 14px 21px 0 0;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_grand-total.gif) 100% 0 no-repeat;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #E26703;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background: #fbfaf6 url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d9d2be;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
.account-login .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.account-login .content h2 {
  font-weight: bold;
  font-size: 108.03%;
  margin: 0 0 14px;
  padding: 0 0 5px 0px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  color: #000;
}
.account-login .content .note-reg {
  margin: 8px 0px;
}
.account-login .content .list-log {
  margin: 0;
  margin-left: 20px;
  list-style: disc;
}
.account-login .content .list-log li {
  padding: 2px 0px 2px 14px;
  position: relative;
}
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
.window-overlay {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* Remember Me Popup ===================================================================== */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
  text-align: center;
}
.map-popup-checkout span {
  display: block;
}
.map-popup-checkout .paypal-or {
  clear: both;
  display: block;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-checkout li {
  list-style: none;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
/* ======================================================================================= */
.guest-select {
  width: 305px !important;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-wrapper-outer {
  overflow-x: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/path/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
  height: auto !important;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ffb81c;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 25px;
  display: block;
  top: 50%;
  height: 25px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  margin-top: -13px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
  line-height: 23px;
  font-family: fontawesome;
  font-size: 14px;
}
.lSAction > a:hover {
  border-color: #ffb81c;
}
.lSAction > .lSPrev {
  left: 10px;
}
.lSAction > .lSPrev:before {
  content: "\f104";
}
.lSAction > .lSNext {
  right: 10px;
}
.lSAction > .lSNext:before {
  content: "\f105";
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -20px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow-y: scroll !important;
  width: auto;
  margin: 0 !important;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: auto;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-top: -30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
ul.resp-tabs-list {
  display: table;
  width: 100%;
  position: relative;
  bottom: -1px;
  border-bottom: 2px solid #ffb81c;
}
.resp-tabs-list li {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  padding: 5px 15px;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  margin: 0 5px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 107.69%;
}
.resp-tabs-list li:hover {
  border-color: #ffb81c;
  color: #fff;
  background-color: #ffb81c;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
.resp-tabs-container .std ul {
  list-style: none;
}
.resp-tabs-container .std ul li:before {
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  color: #ffb81c;
  margin-right: 5px;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px 0 0;
}
.resp-tabs-list .resp-tab-active {
  border-color: #ffb81c;
  background-color: #ffb81c;
  color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  font-size: 108.33%;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #e5e5e5 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e5e5e5 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #e5e5e5;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #e5e5e5;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #ffb81c;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e5e5e5;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e5e5e5 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #e5e5e5;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #e5e5e5 !important;
  }
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
/* General Swatch Styling */
.swatch-link,
.swatch-label {
  text-transform: uppercase;
}
.selected .has-image {
  border-color: #ffb81c;
}
.swatch-link {
  border: 1px solid #e5e5e5;
  display: inline-block;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
  display: inline-block;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.configurable-swatch-list {
  clear: both;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #e5e5e5;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd .swatch-link {
  border: none;
  display: block;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.configurable-swatch-list .has-image:before {
  display: none !important;
}
.catalog-product-view .breadcrumbs {
  margin-bottom: 80px;
}
.product-options {
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
}
.product-options dt.swatch-attr {
  float: left;
  width: 70px;
  display: inline-block;
  clear: left;
}
.product-options dt.swatch-attr .select-label {
  display: none;
}
.product-options dd.clearfix.swatch-attr {
  clear: none;
  float: left;
}
.product-options dd.clearfix.swatch-attr .swatch-link {
  border: 0;
  margin-right: 10px;
  margin-top: 8px;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_color .swatch-link {
  width: 20px !important;
  height: 20px !important;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_size .swatch-link span {
  border-bottom: 2px solid transparent;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_size .swatch-link:hover span {
  border-bottom: 2px solid #ffb81c;
}
.product-options dd.clearfix.swatch-attr #configurable_swatch_size .selected .swatch-link span {
  border-bottom: 2px solid #ffb81c;
}
/* arrcodion tab */
#accordionProductDetail .panel-default {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
}
#accordionProductDetail .panel-default > .panel-heading {
  background: none;
  border: 0;
  padding: 0;
  border-color: #e5e5e5;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title {
  font-size: 100%;
  text-transform: uppercase;
  color: #363636;
  padding: 13px 0;
  letter-spacing: 0.2em;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title i {
  color: #e5e5e5;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title:hover i {
  color: #ffb81c;
}
#accordionProductDetail .panel-default > .panel-heading .panel-title:hover a {
  color: #ffb81c;
}
#accordionProductDetail .panel-body {
  padding: 28px 22px;
}
#accordionProductDetail .panel-body h2 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#accordionProductDetail .panel-body .std ul {
  margin-left: 17px;
}
#accordionProductDetail .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e5e5e5;
  position: relative;
}
#accordionProductDetail .panel-default > .panel-heading + .panel-collapse .panel-body:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 69px;
  background: #ffb81c;
  z-index: 1;
}
.share-button {
  display: inline-block;
  vertical-align: top;
}
.share-button .addthis_button_compact {
  padding: 0 !important;
  display: inline-block;
  width: 50px !important;
  height: 40px !important;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
}
.share-button .addthis_button_compact span {
  display: none !important;
}
.share-button .addthis_button_compact:before {
  width: 50px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  color: #fff;
  background-color: #b2b2b2;
  vertical-align: middle;
  content: '\f1e0';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.share-button:hover .addthis_button_compact:before {
  background-color: #ffb81c;
}
.grouped-items-table {
  margin-bottom: 20px;
}
.box-content {
  background-color: #fff;
  margin-bottom: 30px;
}
.box-content.padding-box {
  padding: 20px;
}
.product-view .sidebar-view .block.block-megamenu-vertical .block-content .megamenu-vertical > li.parent > a > span:before {
  display: none !important;
}
.product-view .product-shop .timer-product {
  border: none;
  padding: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}
.product-view .product-shop .short-description {
  margin-bottom: 20px;
}
.product-view .product-shop .product-options-bottom,
.product-view .product-shop .add-to-box {
  position: relative;
  padding-top: 70px;
}
.product-view .product-shop .product-options-bottom .add-to-cart > label,
.product-view .product-shop .add-to-box .add-to-cart > label {
  display: none;
}
.product-view .product-shop .product-options-bottom .add-to-cart .control-qty,
.product-view .product-shop .add-to-box .add-to-cart .control-qty {
  background: #f4f6f9;
  height: 40px;
  padding: 0 11px;
}
.product-view .product-shop .product-options-bottom .add-to-cart .control-qty input.input-text,
.product-view .product-shop .add-to-box .add-to-cart .control-qty input.input-text {
  height: 40px;
  background: none;
  border: none;
}
.product-view .product-shop .product-options-bottom .add-to-cart .btn-cart,
.product-view .product-shop .add-to-box .add-to-cart .btn-cart {
  background-color: #ffb81c;
}
.product-view .product-shop .product-options-bottom .add-to-cart .btn-cart:hover,
.product-view .product-shop .add-to-box .add-to-cart .btn-cart:hover {
  background-color: #ffb81c;
}
.product-view .product-shop .share-button {
  display: none;
}
.product-view .product-shop .socials-wrap {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding: 19px 0 7px;
}
.product-view .product-shop .socials-wrap .title-follow {
  float: left;
}
.product-view .product-shop .socials-wrap ul {
  float: left;
}
.product-view .product-shop .socials-wrap ul li {
  float: left;
  margin-left: 40px;
}
.product-view .product-shop .socials-wrap ul li a {
  color: #898989;
}
.product-view .product-shop .socials-wrap ul li a .name-social {
  display: none;
}
.product-view .product-shop .socials-wrap ul li a:hover {
  color: #ffb81c;
}
.product-view .product-shop .price-box .price-as-configured {
  margin: 0 0 7px;
}
#review-form #product-review-table tbody tr td {
  text-align: center;
}
#review-form #product-review-table tbody tr td .radio {
  float: none;
  margin: 0 auto;
}
#review-form .form-list {
  padding-top: 30px;
}
#review-form .form-list .input-fixwidth {
  max-width: 500px;
}
.tab-product-info h2 {
  font-size: 108.33%;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-view {
  text-align: center;
  padding: 20px 0 39px;
  margin-bottom: 49px;
  position: relative;
}
.title-view:before {
  content: "";
  width: 80px;
  height: 30px;
  /*background: @color_theme url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/images/icon-title.png') no-repeat center center; general*/
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.title-view h2 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #363636;
  font-size: 214.29%;
  font-weight: bold;
}
.box-up-sell .overflow-slider .owl-controls .owl-buttons .owl-prev,
.box-related .overflow-slider .owl-controls .owl-buttons .owl-prev {
  right: 55px;
  left: auto;
}
/* Product Images */
.product-image-zoom {
  margin-bottom: 30px;
  border: 1px solid #f4f8fb;
}
.product-img-box .product-image-zoom img {
  display: none;
}
.product-img-box .product-image-zoom img.visible {
  display: block;
  margin: 0 auto;
}
.product-img-box .more-views li .thumb-link {
  border: 2px solid #f4f8fb;
}
.product-img-box .more-views li .thumb-link:hover {
  border-color: #ffb81c;
}
.product-img-box .more-views li.active_thumbs .thumb-link {
  border-color: #ffb81c;
}
.product-img-box .more-views li a {
  display: block;
}
.product-img-box .more-views li a img {
  width: 100%;
  border: 0;
}
.more-views .lSSlideOuter {
  margin: 0 -5px;
  padding: 0 5px;
}
.more-views .lSSlideOuter .lSSlideWrapper {
  overflow: visible;
  width: 100%;
}
.more-views .lSAction .lSNext,
.more-views .lSAction .lSPrev {
  display: none;
}
.product-image-gallery {
  position: relative;
}
.btn-lightbox {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}
.btn-lightbox a {
  display: none;
}
.btn-lightbox #lightbox_btn {
  display: block !important;
}
.btn-lightbox #lightbox_btn:before {
  content: "\f002";
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  font-family: fontawesome;
  color: #a6a6a6;
}
.btn-lightbox #lightbox_btn:hover:before {
  color: #ffb81c;
}
/* Product Shop */
.product-view .product-essential {
  margin-bottom: 30px;
}
.product-view .product-essential .add-to-links {
  vertical-align: top;
  float: left;
}
.product-view .product-essential .add-to-links li {
  float: left;
  margin-right: 1px;
  font-size: 0;
  margin-bottom: 5px;
}
.product-view .product-essential .add-to-links li a {
  display: inline-block !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #363636;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
.product-view .product-essential .add-to-links li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  text-indent: 0;
}
.product-view .product-essential .add-to-links li a.link-wishlist:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 40px !important;
}
.product-view .product-essential .add-to-links li a.link-compare:before {
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 40px !important;
}
.product-view .product-essential .add-to-links li a:hover {
  background-color: #ffb81c;
}
.product-view .product-shop .product-name {
  font-size: 100%;
  margin-bottom: 13px;
}
.product-view .product-shop .product-name h2 {
  font-size: 171.43%;
  font-weight: normal;
  color: #363636;
}
.product-view .product-shop .ratings {
  margin-bottom: 0;
}
.product-view .product-shop .ratings .rating-links {
  position: relative;
}
.product-view .product-shop .ratings .rating-links .separator,
.product-view .product-shop .ratings .rating-links a:last-child {
  display: none;
}
.product-view .product-shop .price-box {
  margin-bottom: 10px;
}
.product-view .product-shop .price-box .regular-price .price {
  font-size: 200%;
}
.product-view .product-shop .price-box .special-price {
  margin-left: 0px;
}
.product-view .product-shop .price-box .special-price .price .price {
  font-size: 200%;
  margin-left: 0px;
  font-weight: 700;
  margin-right: 15px;
  color: #ffb81c;
}
.product-view .product-shop .price-box .old-price .price {
  position: relative;
  margin-right: 10px;
  top: 10px;
}
.product-view .product-shop .availability {
  clear: both;
  margin-bottom: 10px;
}
.product-view .product-shop .availability.in-stock.stock-green span {
  color: #3cc696;
}
.product-view .product-shop .availability.in-stock.stock-amber span {
  color: #FFBF00;
}
.product-view .product-shop .availability.in-stock.stock-red span {
  color: red;
}
.product-view .product-shop .availability.in-stock span:after {
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  margin-left: 5px;
}
.product-view .product-shop .product-options select {
  max-width: 370px;
  color: #999;
}
.product-view .product-shop .product-options .configurable-swatch-list {
  margin: 0;
}
.product-view .product-shop .product-options .configurable-swatch-list li {
  display: inline-block;
  text-align: center;
}
.product-view .product-shop .product-options .configurable-swatch-list li a:hover,
.product-view .product-shop .product-options .configurable-swatch-list li.selected a {
  border-color: #ffb81c;
}
.product-view .product-shop .option-product-wrapper {
  display: block;
  padding: 0;
}
.product-view .product-shop .option-product-wrapper label {
  font-weight: 500 !important;
  color: #363636;
}
.product-view .product-shop .option-product-wrapper .option-content {
  margin: 0 -15px;
}
.product-view .product-shop .option-product-wrapper .option-content .option-product {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.product-view .product-shop .product-options-bottom .price-box {
  display: none;
}
.box-related .overflow-slider,
.box-up-sell .overflow-slider {
  overflow-x: hidden;
}
.box-related .margin-slider,
.box-up-sell .margin-slider {
  margin: 0;
}
.box-related .owl-controls .owl-nav > div,
.box-up-sell .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
}
.box-related .owl-controls .owl-nav > div.owl-prev,
.box-up-sell .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.box-related .owl-controls .owl-nav > div.owl-next,
.box-up-sell .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
/*==DETAIL STYLES==*/
.thumbs-style-horizontal .more-views {
  padding: 0;
  position: relative;
}
.thumbs-style-horizontal .more-views .btn-more {
  display: block;
  width: 23px;
  text-align: center;
  background-color: #fff;
  color: #4b4b4b;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: absolute;
  height: 23px;
  top: 50%;
  margin-top: -12px;
}
.thumbs-style-horizontal .more-views .btn-more:before {
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.thumbs-style-horizontal .more-views .btn-more .txt-button {
  display: none;
}
.thumbs-style-horizontal .more-views .btn-more:hover {
  background-color: #ffb81c;
  color: #fff;
}
.thumbs-style-horizontal .more-views .btn-more.next-thumb {
  right: 0;
}
.thumbs-style-horizontal .more-views .btn-more.next-thumb:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
.thumbs-style-horizontal .more-views .btn-more.prev-thumb {
  left: -1px;
}
.thumbs-style-horizontal .more-views .btn-more.prev-thumb:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
.case-option-vertical {
  position: relative;
}
.case-option-vertical .product-image {
  margin-left: 130px;
}
.case-option-vertical .more-views {
  width: 100px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
}
.case-option-vertical .more-views .btn-more {
  display: block;
  width: 23px;
  text-align: center;
  height: 23px;
  line-height: 23px;
  background-color: #fff;
  color: #363636;
  z-index: 9;
  cursor: pointer;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.case-option-vertical .more-views .btn-more .txt-button {
  display: none;
}
.case-option-vertical .more-views .btn-more:hover {
  background-color: #ffb81c;
  color: #fff;
}
.case-option-vertical .more-views .btn-more.next-thumb {
  bottom: 0;
}
.case-option-vertical .more-views .btn-more.next-thumb:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.case-option-vertical .more-views .btn-more.prev-thumb {
  top: 0;
}
.case-option-vertical .more-views .btn-more.prev-thumb:before {
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-view-2.product-view .product-shop .add-to-links li:first-child,
.product-view-3.product-view .product-shop .add-to-links li:first-child {
  margin-left: 0;
}
.product-view-2 .like-social,
.product-view-3 .like-social {
  text-align: left;
}
.product-view-2 .box-up-sell .overflow-slider,
.product-view-3 .box-up-sell .overflow-slider,
.product-view-2 .box-related .overflow-slider,
.product-view-3 .box-related .overflow-slider {
  padding-top: 0;
}
/*==QUICK VIEW==*/
.quickview-main .add-to-cart .control-qty {
  margin-right: 10px;
}
/*==ABOUT US==*/
.category-about-us .page-title {
  display: none;
}
.about-us {
  background-color: #fff;
  padding: 20px;
  margin-bottom: -20px;
}
.about-us .about-title {
  font-size: 128.57%;
  color: #444;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold;
}
.about-us .job-member {
  margin: 7px 0 10px;
  font-style: italic;
}
.about-us .job-member:before,
.about-us .job-member:after {
  content: "---";
  margin: 0 5px;
}
.about-us .social-member {
  list-style: none;
  padding-top: 10px;
}
.about-us .social-member .social-icon {
  display: inline-block;
  margin: 0 3px;
}
.about-us .social-member .social-icon a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.about-us .social-member .social-icon a span {
  display: none;
}
.about-us .social-member .social-icon a:hover {
  background-color: #ffb81c !important;
}
.about-us .social-member .social-icon.rss a {
  background-color: #f8bc2e;
}
.about-us .social-member .social-icon.facebook a {
  background-color: #39599f;
}
.about-us .social-member .social-icon.twitter a {
  background-color: #45b0e3;
}
.about-us .social-member .social-icon.google a {
  background-color: #1872bf;
}
.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px;
}
.about-us .member-info {
  text-align: center;
  padding-top: 15px;
}
.about-us .client-say-content {
  text-align: center;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}
.about-us .client-say-content .about-title {
  position: relative;
  top: -12px;
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.about-us .client-say-content .client-say-slider {
  padding-top: 15px;
}
.about-us .client-say-content .client-say-slider .owl-dots {
  position: absolute;
  left: 0;
  top: -13px;
  width: 100%;
}
.about-us .client-say-content .client-say-slider .owl-dots span {
  width: 16px;
  height: 16px;
  background-color: #d9d9d9;
  border: none;
  margin: 0 2px;
  opacity: 1;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot.active span {
  background-color: #929292;
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
  background-color: #929292;
}
.about-us .about-us-center {
  text-align: center;
}
.about-us .about-us-center .content-description {
  padding-top: 25px;
  clear: both;
  margin-bottom: 30px;
}
.about-us .client-logo-content {
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  padding-bottom: 10px;
  text-align: center;
}
.about-us .client-logo-content .about-title {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: -11px;
}
.about-us .owl-controls .owl-nav div {
  width: 34px;
  height: 34px;
  border: 1px solid #fff!important;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 29%;
}
.about-us .owl-controls .owl-nav div:hover {
  background-color: #ffb81c;
  color: #fff;
}
.about-us .owl-controls .owl-nav div.owl-next {
  right: -19px;
}
.about-us .owl-controls .owl-nav div.owl-prev {
  left: -19px;
}
.about-us .owl-controls .owl-nav div:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #636363;
  line-height: 32px;
}
.about-us .owl-controls .owl-nav div:hover:before {
  background-color: #ffb81c;
  color: #fff;
}
.about-us .client-logo-slider {
  padding: 0 25px;
}
.about-us .client-logo-content .owl-carousel .owl-item:hover {
  opacity: 0.7;
}
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto;
}
.about-us .about-image-slider .owl-controls .owl-nav div {
  top: 50%;
  margin-top: -15px;
  border: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  color: #c8c8c8;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-next {
  right: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-prev {
  left: 10px;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover {
  border-color: #ffb81c;
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover:before {
  color: #fff;
}
.about-us .skills-value {
  padding-top: 52px;
}
.about-us .skills-value .label-skill {
  font-weight: bold;
}
.about-us .skills-value .range-value {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.about-us .skills-value .range-value .rating-skills {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.about-us .skills-value .range-value .rating-skills.skill-1 {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/skill-style-1.png);
  background-position: -28px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-2 {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/skill-style-2.png);
  background-position: 20px 0;
}
.about-us .skills-value .range-value .rating-skills.skill-3 {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/skill-style-3.png);
  background-position: 20px 0;
}
.about-us .about-us-content .description-about {
  padding: 20px 0;
}
.about-us .content-faq {
  position: relative;
  top: -15px;
}
.about-us .content-faq .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
}
.about-us .content-faq .panel .panel-title {
  font-size: 100%;
  font-weight: bold;
}
.about-us .content-faq .panel .panel-title a {
  display: block;
  padding: 15px 0 15px 25px;
  position: relative;
}
.about-us .content-faq .panel .panel-title a:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: 6px;
  background-color: #ffb81c;
}
.about-us .content-faq .panel .panel-title a:before {
  background-color: #ffb81c;
  content: "-";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.about-us .content-faq .panel .panel-title a.collapsed:after {
  background-color: #737373;
}
.about-us .content-faq .panel .panel-title a.collapsed:before {
  background-color: #737373;
  content: "?";
}
.about-us .content-faq .panel .panel-body {
  padding: 0 0 13px;
}
.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px;
}
.about-demo-1 .about-info {
  position: relative;
  top: -4px;
}
.about-demo-1 .what-client-say {
  margin-bottom: 40px;
}
.about-demo-1 .our-team .about-title {
  text-align: center;
  margin-bottom: 45px;
}
.about-demo-2 .our-team {
  margin-bottom: 60px;
}
.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px;
}
/*==END ABOUT US==*/
/*==CONTACT US==*/
.contact-us {
  margin-bottom: -50px;
}
.contacts-index-index .contact-form {
  background-color: #fff;
  padding: 20px;
}
.contacts-index-index .contact-form .form-list .fields .field {
  margin-bottom: 10px;
}
.category-contact-us .page-title {
  display: none;
}
.title-contact h2 {
  font-size: 128.57%;
  color: #444;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.title-contact-normal h2 {
  font-size: 128.57%;
  color: #444;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.google-map {
  border: 5px solid #e5e5e5;
}
.google-map #map {
  width: 100%;
  height: 294px;
}
.contact-info .address-info {
  margin-bottom: 10px;
  margin-top: 8px;
}
.contact-info .address-info li {
  padding: 10px 0px 10px 30px;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}
.contact-info .address-info li:first-child {
  border-top: 1px dashed #e5e5e5;
}
.contact-info .address-info li:before {
  position: absolute;
  left: 0px;
  top: 7px;
  font-family: fontawesome;
}
.contact-info .address-info li.add-icon:before {
  content: "\f041";
  font-size: 21px;
  padding-left: 3px;
}
.contact-info .address-info li.email-icon:before {
  content: "\f0e0";
  font-size: 16px;
}
.contact-info .address-info li.phone-icon:before {
  content: "\f095";
  font-size: 18px;
}
.contact-info .social-list li {
  display: inline-block;
  margin-right: 5px;
}
.contact-info .social-list li .icon-social {
  border: 1px solid #e5e5e5;
  font-size: 18px;
  color: #b3b3b3;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact-info .social-list li .icon-social:hover {
  background-color: #ffb81c;
  border-color: #ffb81c;
  color: #fff;
}
.contact-info .social-list li .icon-social span {
  display: none;
}
.contact-form .buttons-set .button {
  float: left;
  margin: 0;
}
.contact-form .buttons-set .button i {
  font-size: 13px;
  margin-right: 5px;
}
.list-contact-wrapper {
  padding: 10px 0;
  border-top: 1px dashed #e5e5e5;
  margin-bottom: 30px;
}
.list-contact-wrapper .list-info-contact {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.list-contact-wrapper .list-info-contact li > div {
  padding-left: 64px;
  position: relative;
}
.list-contact-wrapper .list-info-contact li > div:before {
  font-family: fontawesome;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #5b5b5b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 42px;
}
.list-contact-wrapper .list-info-contact li > div.address-contact:before {
  content: "\f041";
  font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div.email-contact:before {
  content: "\f0e0";
  font-size: 17px;
}
.list-contact-wrapper .list-info-contact li > div.hotline-contact:before {
  content: "\f095";
  font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div p {
  display: inline-table;
  margin: 0;
}
.contact-demo-1 .request-form,
.contact-demo-2 .request-form,
.contact-demo-4 .request-form {
  position: relative;
  top: -9px;
}
.contact-demo-1 .google-map,
.contact-demo-2 .google-map,
.contact-demo-4 .google-map {
  margin-bottom: 35px;
}
.contact-demo-1 .contact-info,
.contact-demo-2 .contact-info,
.contact-demo-4 .contact-info {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
}
.contact-demo-1 .contact-form,
.contact-demo-2 .contact-form,
.contact-demo-4 .contact-form {
  padding: 20px;
  background-color: #fff;
}
.contact-demo-1 .contact-form .contact-form,
.contact-demo-2 .contact-form .contact-form,
.contact-demo-4 .contact-form .contact-form {
  padding: 0;
}
.contact-demo-1 .form-wrapper .fields,
.contact-demo-2 .form-wrapper .fields,
.contact-demo-4 .form-wrapper .fields {
  max-width: 390px;
}
.contact-demo-1 .form-wrapper .fields .input-box .input-text,
.contact-demo-2 .form-wrapper .fields .input-box .input-text,
.contact-demo-4 .form-wrapper .fields .input-box .input-text {
  height: 40px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px dashed #e5e5e5;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.contact-demo-1 .form-wrapper .wide,
.contact-demo-2 .form-wrapper .wide,
.contact-demo-4 .form-wrapper .wide {
  margin-bottom: 15px;
}
.contact-demo-1 .form-wrapper .wide .input-box .input-text,
.contact-demo-2 .form-wrapper .wide .input-box .input-text,
.contact-demo-4 .form-wrapper .wide .input-box .input-text {
  border-top: 1px dashed #e5e5e5;
  border-left: none;
  border-right: none;
  background-color: #f3f3f3;
  border-bottom: none;
}
.contact-demo-1 .form-wrapper .wide .input-box .comment-label,
.contact-demo-2 .form-wrapper .wide .input-box .comment-label,
.contact-demo-4 .form-wrapper .wide .input-box .comment-label {
  margin-bottom: 9px !important;
}
.contact-demo-2 .google-map #map {
  height: 413px;
}
.contact-demo-4 .google-map #map {
  height: 409px;
}
.contact-demo-4 .contact-description {
  margin-bottom: 25px;
}
.contact-demo-4 #comment {
  height: 126px;
}
.contact-demo-3 .google-map {
  margin-bottom: 25px;
}
.contact-demo-3 .description-contact-dm4,
.contact-demo-3 .list-contact-wrapper,
.contact-demo-3 .contact-form {
  padding: 20px;
  background-color: #fff;
}
.contact-demo-3 .contact-form {
  margin-bottom: 30px !important;
}
.contact-demo-3 .contact-form .contact-form {
  padding: 0;
  margin-bottom: 0 !important;
}
.contact-demo-3 .form-wrapper .field {
  margin-bottom: 10px;
}
.contact-demo-3 .form-wrapper .field:last-child {
  margin: 0;
}
.contact-demo-3 .form-wrapper .field .input-text {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.contact-demo-3 .form-wrapper .wide .input-box .input-text {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 128px;
}
/*==END CONTACT US==*/
/*==SHOPPING CART==*/
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px;
}
.cart .page-title h1 {
  margin: 10px 0 0;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  float: right;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
  vertical-align: top;
}
.cart .checkout-types .bml_button {
  display: inline-table;
  width: 150px;
  margin: 0 0 5px;
}
.cart .cart-collaterals {
  padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px;
}
.cart .cart-collaterals .col2-set .col-2 {
  width: 294px;
}
.cart .crosssell {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
}
.cart .crosssell h2 {
  font-size: 100%;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.cart .crosssell .product-image {
  float: left;
  width: 80px;
  height: 80px;
}
.cart .crosssell .product-image img {
  border: 1px solid #e5e5e5;
}
.cart .crosssell .product-image img:hover {
  border-color: #ffb81c;
}
.cart .crosssell .product-details {
  margin-left: 90px;
}
.cart .crosssell .product-details .btn-cart {
  margin-bottom: 3px;
}
.cart .crosssell ul {
  margin: 0px;
}
.cart .crosssell li.item {
  margin-bottom: 20px;
}
.cart .crosssell li.item.last {
  margin-bottom: 0px;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
.cart .crosssell .button {
  height: 33px;
  line-height: 33px;
}
.checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}
.cart-table th {
  padding: 2px 10px;
}
.cart-table .product-name {
  margin: 0 0 5px;
  text-transform: uppercase;
}
.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a;
}
.cart-table tfoot td {
  padding: 5px 10px;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table .btn-update {
  margin-left: 10px;
}
.cart-table .btn-empty {
  float: right;
}
.cart .crosssell .btn-cart,
.cart .crosssell .add-to-links {
  display: inline-block;
  vertical-align: top;
}
.cart .crosssell .add-to-links li {
  display: inline-block;
}
.cart .crosssell .add-to-links li a {
  display: inline-block !important;
  width: 33px;
  height: 33px;
  position: relative;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  background: #b2b2b2;
  color: #fff;
}
.cart .crosssell .add-to-links li a:hover {
  background: #ffb81c;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
}
.cart .discount,
.cart .shipping,
.crosssell {
  margin-bottom: 30px;
  background-color: #fff;
}
.cart .discount h2,
.cart .shipping h2 {
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  font-size: 103.08%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 7px;
  text-transform: uppercase;
}
.cart .discount .input-box,
.cart .shipping .input-box,
.cart .discount .input-text,
.cart .shipping .input-text,
.cart .discount select,
.cart .shipping select {
  width: 100%;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
  margin-left: 0;
}
.cart .discount .input-box {
  margin: 8px 0 0;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}
.cart .totals {
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .totals table {
  width: 100%;
  margin: 15px 0 0;
}
.cart .totals td {
  padding: 1px 15px 1px 7px;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart .totals .checkout-types {
  margin: 0;
  padding: 0px 15px 15px;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
  font-size: 125%;
}
.item-options dt {
  font-weight: bold;
  font-style: italic;
  clear: left;
  float: left;
  margin-right: 7px;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}
.truncated {
  cursor: help;
}
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}
.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}
.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}
/*==MY ACCOUNT==*/
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}
.dashboard .welcome-msg {
  margin: 0 0em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}
.dashboard .box .box-title {
  padding: 0 0 2px;
  margin: 0;
  text-align: right;
}
.box-account {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin: 0 0 20px;
  background-color: #fff;
}
.box-account .box-head {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 10px;
  text-align: right;
  padding-bottom: 5px;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 108.33%;
  font-weight: bold;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #ffb81c;
}
.dashboard .box .title-add {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
  margin-bottom: 10px;
}
.dashboard .box .title-add > h3 {
  text-transform: uppercase;
  color: #ffb81c;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
  padding: 2px 3px;
  background: #0a263c;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.addresses-list h2 {
  font-weight: bold;
  font-size: 108.33%;
  color: #ffb81c;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  border: 1px solid #e5e5e5;
  padding: 10px 13px;
  margin: 0 0 20px;
  background-color: #fff;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}
.fix-min-height {
  min-height: 243px;
}
.data-table {
  background-color: #fff;
}
.order-info {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-date {
  margin: 10px 0;
}
.order-info-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}
.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}
.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0a263c;
}
.order-additional {
  margin: 15px 0;
}
.gift-message dt strong {
  color: #666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}
.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}
.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}
.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set button.button {
  float: none;
  margin-bottom: 8px;
}
.buttons-set.buttons-set2 {
  border: none;
}
#wishlist-table .add-to-links {
  white-space: nowrap;
}
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}
#my-reviews-table td {
  padding: 10px;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .product-image img {
  border: 1px solid #e5e5e5;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 133.33%;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #636363;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  margin: 5px 0 0;
}
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}
/*==ONEPAGE CHECKOUT==*/
.block-progress .block-content {
  background: none;
}
.block-progress dt {
  font-size: 108.33%;
  line-height: 1.35;
  font-weight: normal;
  border: 1px solid #e5e5e5;
  margin: 0 0 10px;
  padding: 5px 13px;
}
.block-progress dd {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 8px 13px;
  margin: 0 0 10px;
}
.block-progress dt.complete {
  margin: 0;
  background: #fafafa;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}
.opc {
  position: relative;
}
.opc .buttons-set {
  margin-top: 0;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .ul {
  list-style: disc outside;
  padding-left: 12px;
}
.opc .input-box .input-text {
  width: 100%;
}
.opc .step-title {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.opc .step-title .number {
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
  margin: 0px 5px;
}
.opc .step-title h2 {
  display: inline-block;
  margin: 0;
  font-size: 113.67%;
  text-transform: uppercase;
}
.opc .step-title a {
  display: none;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  cursor: pointer;
}
.opc .allow .step-title a {
  display: inline;
  line-height: 26px;
  float: right;
}
.opc .allow.active .step-title a {
  display: none;
}
.opc .active .step-title {
  background: #ffb81c;
  border: 1px solid #ffb81c;
  cursor: default;
}
.opc .active .step-title h2 {
  color: #fff;
}
.opc .active .step-title .number {
  background-color: #fff;
  color: #000;
}
.opc .step {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 15px 19px;
  position: relative;
}
.opc .step .tool-tip {
  right: 30px;
}
#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  font-size: 108.33%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
#opc-shipping_method .buttons-set {
  border-top: 0;
}
#opc-review .step {
  border: 0;
  padding: 0;
}
#opc-review .product-name {
  font-weight: bold;
  color: #0a263c;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  padding: 10px;
  border: 1px solid #d9dde3;
  border-width: 0 1px 1px;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 30px;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}
/*==404PAGE==*/
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.wrapper_404page .content-404page {
  max-width: 500px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0px;
}
.wrapper_404page .content-404page .img-404 img {
  width: auto;
  max-width: 100%;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .btn-404 {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vert-align: top;
  padding: 0 20px;
  color: #fff;
  margin: 0 4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .prev-page-btn:hover {
  background-color: #c43031;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .back2home:hover {
  background-color: #3094bb;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
/*==RESPONSIVE BONUS PAGE==*/
@media (min-width: 1200px) {
  /*==ABOUT US==*/
  /*==CONTACT US==*/
  .contact-demo-3 .form-wrapper .wide .input-box {
    margin-left: -20px;
  }
  .contact-us .contact-info,
  .contact-us .contact-form {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*==ABOUT US==*/
  /*==CONTACT US==*/
  .contact-demo-3 .form-wrapper .wide .input-box {
    margin-left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart .total-wrapper {
    clear: both;
  }
  .account-create .fieldset {
    min-height: auto;
  }
  /*==ABOUT US==*/
  .about-us .skills-value {
    padding-top: 20px;
  }
  /*==CONTACT US==*/
  .contact-demo-3 .list-info-contact li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  /*==LOGIN PAGE==*/
  .account-login .new-users {
    margin-bottom: 30px;
  }
  .account-login .new-users .buttons-set {
    padding-top: 10px;
  }
  .account-login .content {
    min-height: auto;
  }
  .account-create .fieldset {
    min-height: auto;
  }
  /*==ABOUT US==*/
  .about-us .skills-value {
    padding-top: 20px;
  }
  /*==CONTACT US==*/
  .contact-demo-3 .list-info-contact li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms  ;
  animation-duration: 1000 ms  ;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*import extension*/
.main .sm-serachbox-pro {
  display: none;
}
.serachbox-pro-pretext,
.serachbox-pro-posttext {
  margin: 10px 0;
  width: 100%;
}
.serachbox-pro-posttext {
  /*margin:20px 0;*/
}
.sm-serachbox-pro {
  width: 100%;
  position: relative;
  margin: 10px 0;
}
.sm-serachbox-pro .sm-searchbox-popular {
  width: 83%;
  float: left;
  margin-bottom: 10px;
}
.sm-serachbox-pro .sm-searchbox-advanced {
  width: 17%;
  float: right;
  text-align: right;
  margin-bottom: 10px;
}
.sm-serachbox-pro .sm-searchbox-advanced a {
  text-decoration: none;
  color: #4A629F;
  font-size: 12px;
}
.sm-serachbox-pro .sm-searchbox-advanced a:hover {
  text-decoration: underline;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #4a629f;
  font-weight: bold;
  margin-right: 15px;
}
.sm-serachbox-pro .sm-searchbox-keyword-list {
  float: left;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li {
  float: left;
  line-height: 210%;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a {
  float: left;
  margin-right: 10px;
  color: #686868;
  font-size: 14px;
  text-decoration: none;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a:hover {
  text-decoration: underline;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a.sm-searchbox-more {
  float: left;
  margin-right: 10px;
  color: #4A629F;
  font-size: 12px;
  text-decoration: none;
}
.sm-serachbox-pro .sm-searchbox-keyword-list > li a.sm-searchbox-more:hover {
  text-decoration: underline;
  cursor: pointer;
}
.sm-serachbox-pro .sm-searbox-content {
  display: inline-block;
  width: 100%;
}
.sm-serachbox-pro .sm-searbox-content .form-search {
  text-align: left;
  border: none;
  position: static;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.sm-serachbox-pro .sm-searbox-content .form-search > input {
  float: left;
  color: #b7b7b7;
  line-height: 50px;
  position: absolute;
  left: 0;
  z-index: 0;
  padding-left: 300px;
  height: 50px;
}
.sm-serachbox-pro .sm-searbox-content .form-search > select {
  width: 270px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 45px;
  float: left;
  background: #ffb81c url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bg-cat-sear.png') no-repeat right 21px top 22px;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button {
  height: 50px;
  float: right;
  width: 50px;
  position: absolute;
  color: #666 !important;
  right: 1px;
  background: transparent;
  z-index: 1;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button span {
  display: none;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  color: #636363;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button:hover:before {
  color: #ffb81c;
}
.sm-serachbox-pro select option {
  padding: 5px 10px;
  color: #636363;
}
.sm-serachbox-pro input.input-text,
.sm-serachbox-pro select,
.sm-serachbox-pro textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1CCD1;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 640px) {
  .sm-serachbox-pro .sm-searbox-content .form-search > input {
    height: 38px;
    line-height: 38px;
    padding-left: 180px;
  }
  .sm-serachbox-pro .sm-searbox-content .form-button.button {
    height: 38px;
    width: 43px;
  }
  .sm-serachbox-pro .sm-searbox-content .form-search > select {
    height: 38px;
    line-height: 43px;
    background-position-y: 18px;
    width: 170px;
    padding-left: 20px;
    font-size: 10px;
  }
}
/**************************
*
*	GENERAL
*
**************************/
.clearfix_cameraslide,
.cameraslide {
  clear: both;
}
.filmore_loader {
  display: none;
}
.filmore_commands {
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.pix_slideshow:hover .filmore_commands {
  opacity: 1;
}
.txt-list:before {
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
}
.txt-background {
  padding: 2px 10px;
}
.btn-shopnow {
  padding: 5px 0;
  display: block;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-shopnow:hover {
  background-color: #ffb81c;
  border-color: #ffb81c;
  color: #fff;
}
.border-button {
  border: 1px solid #fff;
}
/* Css of js enfinity*/
.pix_slideshow {
  float: left;
  width: 100%;
  position: relative;
}
.pix_slideshow img {
  max-width: none !important;
}
.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
  max-width: 100% !important;
}
.pix_slideshow_until_image {
  display: none;
}
.pix_slideshow_target {
  display: block;
}
.pix_slideshow_target {
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.film_slide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.filmoreSlide {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.filmoreSlide > div {
  position: absolute;
}
.filmoreBgs {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.filmore_loader {
  position: absolute;
  right: 0;
  top: 10px;
}
.filmore_control {
  position: absolute;
  top: 56px;
  right: 20px;
}
.filmore_control span {
  display: none;
}
.filmore_control:before {
  font-family: fontawesome;
  font-size: 16px;
}
.filmore_control.filmore_play:before {
  content: "\f04b";
}
.filmore_control.filmore_pause:before {
  content: "\f04d";
}
.filmore_command {
  display: inline-block;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  text-align: center;
  opacity: 0.4;
}
.filmore_command span {
  display: none;
}
.filmore_command:before {
  font-family: fontawesome;
  font-size: 26px;
}
.filmore_command.filmore_next,
.filmore_command.filmore_prev {
  background-color: rgba(0, 0, 0, 0.2);
}
.filmore_autoadv .filmore_play {
  display: none;
}
.filmore_autoadv .filmore_pause {
  display: block;
}
.filmore_prev {
  left: 0px;
}
.filmore_prev:before {
  content: "\f104";
}
.filmore_next {
  right: 0px;
}
.filmore_next:before {
  content: "\f105";
}
.filmore_next:hover,
.filmore_prev:hover,
.filmore_pag:hover,
.filmore_pause:hover,
.filmore_play:hover {
  opacity: 1;
}
.filmore_pagination {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  bottom: 105px;
  width: 100%;
  text-align: center;
}
.filmore_pag {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  text-indent: -9999px;
  width: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 10px;
}
.filmore_pag:hover {
  background-color: #ffb81c;
}
.filmore_pag.filmore_current_pag {
  width: 16px;
  height: 16px;
}
.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
  max-width: 100% !important;
}
.sm_megamenu_wrapper_horizontal_menu {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
.sm_megamenu_wrapper_horizontal_menu .digital-music,
.sm_megamenu_wrapper_horizontal_menu .group-2 {
  padding-left: 0 !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
  margin: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  text-shadow: none;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
  display: inline;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.66%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 33.33%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 50%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 66.66%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 77%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > div {
  display: block;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  display: none;
  position: absolute;
  z-index: 1001;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns  > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns  > .sm_megamenu_firstcolumn {
  width: 100%;
  padding: 43px 20px 50px;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn {
  width: 100%;
}
.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title {
  border-bottom: 1px dotted #e5e5e5;
  padding: 5px 0px;
}
._v3-parent ._v3 {
  position: relative;
}
._v3-parent ._v3:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 50px;
  right: 50px;
  top: 77px;
  background: #373737;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li._v3-parent > div .sm_megamenu_title > span:before {
  display: none;
}
/* 01 MENU BAR */
.sm_megamenu_wrapper_vertical_menu {
  display: block;
  position: relative;
  z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .static-image-menu {
  padding-top: 20px;
}
.sm_megamenu_wrapper_vertical_menu .basic-product {
  padding-right: 0 !important;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items {
  list-style: none !important;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .item-inner {
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .item-inner .box-image a img:hover {
  opacity: 0.8;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .sm_quickview_handler {
  display: none !important;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu {
  padding-top: 15px;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items {
  margin: 0 -15px;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items .item {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items .item .item-inner {
  border: 1px solid #e5e5e5;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category img {
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 14;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat:hover {
  background-color: #ffb81c;
  border-color: #ffb81c;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat:before {
  content: '\f0c1';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat span {
  display: none;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 12;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category:hover:before,
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category:hover .view-cat {
  opacity: 1;
}
.sm_megamenu_wrapper_vertical_menu .static-categories .info-category .name-category {
  font-size: 107.69%;
  font-weight: 700;
  padding-top: 10px;
}
.sm_megamenu_wrapper_vertical_menu .column6-staticblock-parent .sm_megamenu_dropdown_6columns {
  width: 770px !important;
}
.sm_megamenu_wrapper_vertical_menu .column6-staticblock-parent .sm_megamenu_dropdown_6columns .column6-staticblock {
  width: 770px !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_firstcolumn .sm_megamenu_firstcolumn {
  padding: 0 !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  list-style: none;
  padding: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 630px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 720px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 732px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li {
  position: relative;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 100%;
  position: absolute;
  right: -39px;
  top: 0px;
  z-index: 10;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  color: #ffb81c;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .categories-group {
  padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .margin_top {
  margin-top: 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list {
  list-style: none !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list li {
  margin-bottom: 10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .image-list li:last-child {
  margin-bottom: 10px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .sm_megamenu_title > span {
  display: block;
  text-transform: uppercase;
  color: #ffb81c;
  font-size: 107.69%;
  font-weight: 700;
  margin-bottom: 5px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
  display: inline-block;
  padding: 3px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > div {
  display: block;
  border-top: 3px solid #ffb81c;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  display: none;
  position: absolute;
  text-align: left;
  z-index: 999;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 250px;
  top: -2px;
  background-color: #fff;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns > div {
  padding: 15px 20px;
  font-family: inherit;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.66%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.33%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 375px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 630px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 720px;
}
.deal_title_text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sm-deal {
  margin-top: 30px;
  margin-left: -30px;
  overflow: hidden;
}
.deal-detail {
  margin-bottom: 10px;
}
.timer-product {
  padding-left: 32px;
  padding-right: 10px;
  background-color: #ffb81c;
  color: #fff;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.timer-product > div {
  display: inline-block;
  width: 100%;
}
.timer-product:before {
  content: "\f017";
  font-family: fontawesome;
  font-size: 16px;
  margin: 0 5px;
  position: absolute;
  left: 3px;
  padding-left: 2px;
}
.timer-product .time-item {
  display: inline-block;
  float: left;
  padding: 0 5px 0 0;
  font-size: 92.30%;
  position: relative;
}
.timer-product .time-item:after {
  content: "|";
  margin-left: 5px;
}
.timer-product .time-item:last-child {
  padding: 0;
}
.timer-product .time-item:last-child:after {
  display: none;
}
.timer-product .time-item div {
  display: inline-block;
}
.sm-deal .deal-items {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.sm-deal .deal-items .deal-item {
  float: left;
  overflow: hidden;
  padding-left: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-deal .deal-items .deal-item .deal-item-inner {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.sm-deal .deal-items .deal-item .deal-image {
  max-width: 100%;
  margin: 0;
  padding-bottom: 10px;
}
.sm-deal .deal-items .deal-item .deal-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sm-deal .deal-items .deal-item .deal-detail {
  text-align: right;
}
.sm-deal .deal-items .deal-image > a img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sm-deal .deal-items .deal-image:hover {
  opacity: 1;
}
.sm-deal .deal-items .deal-image:hover > a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.sm-deal .deal-title {
  margin-bottom: 10px;
}
.sm-deal .deal-description {
  margin-bottom: 5px;
  line-height: 18px;
  word-wrap: break-word;
}
.sm-deal .deal-review {
  margin-bottom: 5px;
}
.sm-deal .deal-review .ratings {
  margin: 0;
}
.sm-deal .deal-review .rating-box {
  margin-right: 5px;
}
.sm-deal .deal-review .rating-links {
  padding-top: 1px;
}
.sm-deal .deal-btn-addtocart {
  margin-bottom: 10px;
}
.sm-deal .add-to-links {
  margin: 0;
}
/*CSS Responsive*/
@media all and (max-width: 767px) {
  .sm-deal .deal-resp04-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp04-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp04-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp04-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp04-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp04-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp04-1 .clr1,
  .sm-deal .deal-resp04-2 .clr2,
  .sm-deal .deal-resp04-3 .clr3,
  .sm-deal .deal-resp04-4 .clr4,
  .sm-deal .deal-resp04-5 .clr5,
  .sm-deal .deal-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .sm-deal .deal-resp03-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp03-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp03-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp03-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp03-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp03-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp03-1 .clr1 {
    clear: both;
  }
  .sm-deal .deal-resp03-2 .clr2 {
    clear: both;
  }
  .sm-deal .deal-resp03-3 .clr3 {
    clear: both;
  }
  .sm-deal .deal-resp03-4 .clr4 {
    clear: both;
  }
  .sm-deal .deal-resp03-5 .clr5 {
    clear: both;
  }
  .sm-deal .deal-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .sm-deal .deal-resp02-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp02-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp02-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp02-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp02-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp02-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp02-1 .clr1,
  .sm-deal .deal-resp02-2 .clr2,
  .sm-deal .deal-resp02-3 .clr3,
  .sm-deal .deal-resp02-4 .clr4,
  .sm-deal .deal-resp02-5 .clr5,
  .sm-deal .deal-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-deal .deal-resp01-6 .deal-item {
    width: 16.666%;
  }
  .sm-deal .deal-resp01-5 .deal-item {
    width: 20%;
  }
  .sm-deal .deal-resp01-4 .deal-item {
    width: 25%;
  }
  .sm-deal .deal-resp01-3 .deal-item {
    width: 33.333%;
  }
  .sm-deal .deal-resp01-2 .deal-item {
    width: 50%;
  }
  .sm-deal .deal-resp01-1 .deal-item {
    width: 100%;
  }
  .sm-deal .deal-resp01-1 .clr1,
  .sm-deal .deal-resp01-2 .clr2,
  .sm-deal .deal-resp01-3 .clr3,
  .sm-deal .deal-resp01-4 .clr4,
  .sm-deal .deal-resp01-5 .clr5,
  .sm-deal .deal-resp01-6 .clr6 {
    clear: both;
  }
}
.homestyle1 .hotdeal-wrapper-default {
  background: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bg-deal.jpg') no-repeat center top;
  height: 673px;
  margin-top: 196px;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item,
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items,
.homestyle1 .hotdeal-wrapper-default .sm-deal {
  overflow: visible;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner {
  border: 0;
  padding: 0;
  overflow: visible;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time {
  display: inline-block;
  width: 100%;
  background: #363636;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item {
  float: left;
  width: 25%;
  border-right: 1px solid #737373;
  height: 100px;
  text-align: center;
  color: #fff;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item:last-child {
  border-right: 1px solid #363636;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item .num-time {
  font-size: 214.29%;
  font-weight: bold;
  position: relative;
  top: 13px;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item .name-time {
  text-transform: uppercase;
  position: relative;
  top: 5px;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-image {
  max-width: 570px;
  width: 50%;
  position: relative;
  float: right;
  top: -150px;
  overflow: hidden;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content {
  float: left;
  width: 50%;
  padding-top: 28px;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-title {
  margin: 0;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-title a {
  font-size: 214.29%;
  color: #fff;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .price-box {
  direction: rtl;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-price {
  margin-top: 15px;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .special-price .price .price {
  font-size: 257.14%;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .old-price .price {
  font-size: 30px;
  color: #fff;
}
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-description {
  margin: -8px 0 55px 0;
  line-height: 150%;
  color: #fff;
  padding-right: 30px;
}
.homestyle1 .hotdeal-wrapper-default .actions {
  margin-bottom: 5px;
  display: inline-block;
  width: 270px;
}
.homestyle1 .hotdeal-wrapper-default .actions .add-to-links {
  float: left;
  display: inline-block;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action {
  background-color: #363636;
  border: none;
  display: inline-block !important;
  float: left;
  margin: 0 1px 0 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action:hover {
  background-color: #ffb81c;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action.btn-cart {
  width: 52.5%;
  background: #ffb81c;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action.btn-cart:hover {
  background: #ffb81c;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action.btn-cart:before {
  display: none;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-size: 92.86%;
  font-weight: 500;
  line-height: 41px;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action.link-compare:before {
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action.link-wishlist:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action.sm_quickview_handler:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.homestyle1 .hotdeal-wrapper-default .actions .btn-action span {
  display: none;
}
.homestyle2 .hotdeal-wrapper-default {
  margin-top: 100px;
  position: relative;
}
.homestyle2 .hotdeal-wrapper-default:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffb81c url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/03.png') no-repeat center center;
  width: 155px;
  height: 90px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item,
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items,
.homestyle2 .hotdeal-wrapper-default .sm-deal {
  overflow: visible;
}
.homestyle2 .hotdeal-wrapper-default .deal_title_text {
  position: absolute;
  top: 19px;
  left: 33px;
  font-size: 214.29%;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
}
.homestyle2 .hotdeal-wrapper-default .deal-detail {
  position: absolute;
  top: 137px;
  left: 0;
}
.homestyle2 .hotdeal-wrapper-default .deal-detail a {
  font-size: 92.86%;
  text-transform: uppercase;
  color: #363636;
  font-weight: 600;
  border: 2px solid;
  height: 40px;
  width: 150px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homestyle2 .hotdeal-wrapper-default .deal-detail a:hover {
  color: #fff;
  border-color: #ffb81c;
  background-color: #ffb81c;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner {
  border: 0;
  padding: 0;
  overflow: visible;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time {
  position: absolute;
  left: -300px;
  bottom: 60px;
  display: inline-block;
  width: 570px;
  background: #363636;
  padding-bottom: 1px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item {
  float: left;
  width: 25%;
  border-right: 1px solid #737373;
  height: 100px;
  text-align: center;
  color: #fff;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item:last-child {
  border-right: 1px solid #363636;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item .num-time {
  font-size: 214.29%;
  font-weight: bold;
  position: relative;
  top: 13px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .product_time .time-item .name-time {
  text-transform: uppercase;
  position: relative;
  top: 5px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-image {
  max-width: 470px;
  position: relative;
  float: left;
  margin-left: 300px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-image:hover > a img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 0.7;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content {
  float: right;
  width: 31.7%;
  padding-top: 68px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-title {
  margin: 0;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-title a {
  font-size: 214.29%;
  color: #363636;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-title a:hover {
  color: #ffb81c;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-price {
  margin-top: 15px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .special-price .price .price {
  font-size: 257.14%;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .old-price .price {
  top: 16px;
}
.homestyle2 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-description {
  margin: -8px 0 55px 0;
  line-height: 150%;
  color: #fff;
  padding-right: 30px;
}
.homestyle2 .hotdeal-wrapper-default .actions {
  margin-bottom: 5px;
  display: inline-block;
  width: 270px;
}
.homestyle2 .hotdeal-wrapper-default .actions .add-to-links {
  float: left;
  display: inline-block;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action {
  background-color: #363636;
  border: none;
  display: inline-block !important;
  float: left;
  margin: 0 1px 0 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action:hover {
  background-color: #ffb81c;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action.btn-cart {
  width: 52.5%;
  background: #ffb81c;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action.btn-cart:hover {
  background: #ffb81c;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action.btn-cart:before {
  display: none;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action.btn-cart span {
  display: block;
  text-transform: uppercase;
  font-size: 92.86%;
  font-weight: 500;
  line-height: 41px;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action.link-compare:before {
  content: '\f0ec';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action.link-wishlist:before {
  content: '\f08a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action.sm_quickview_handler:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.homestyle2 .hotdeal-wrapper-default .actions .btn-action span {
  display: none;
}
.blog-index-list .page-title {
  display: none;
}
/* recent post slidebar */
.recent-post-slidebar .item {
  margin: 30px 0 0;
  display: inline-block;
  width: 100%;
}
.recent-post-slidebar .item .date-blog {
  display: none;
}
.recent-post-slidebar .item .image-blog {
  float: left;
  width: 70px;
}
.recent-post-slidebar .item .info-blog {
  margin-left: 90px;
}
.recent-post-slidebar .item .info-blog > * {
  display: none;
}
.recent-post-slidebar .item .info-blog .postTitle {
  display: block;
}
.recent-post-slidebar .item .info-blog .postTitle .postDate {
  display: none;
}
.recent-post-slidebar .item .info-blog .postTitle h2 {
  font-size: 100%;
}
.recent-post-slidebar .item .info-blog .postTitle h2 a {
  color: inherit;
}
.recent-post-slidebar .item .info-blog .postTitle h2 a:hover {
  color: #ffb81c;
}
.detail-blog {
  background-color: #fff;
}
.detail-blog .postContent img {
  margin-bottom: 10px;
}
.blog-index-list .toolbar-bottom .toolbar .toolbar-inner,
.blog-cat-view .toolbar-bottom .toolbar .toolbar-inner {
  margin: 0;
}
.postWrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 0;
}
.postWrapper:last-child {
  margin-bottom: 0;
}
.postWrapper .image-blog {
  width: 370px;
  float: left;
}
.postWrapper .image-blog img:hover {
  opacity: 0.8;
}
.postWrapper .info-blog {
  margin-left: 400px;
}
.postWrapper .info-blog .postTitle h2 {
  font-size: 171.43%;
  text-transform: capitalize;
  font-weight: 600;
  margin: 7px 0 23px;
}
.postWrapper .info-blog .postTitle .postDate .date {
  font-size: 342.86%;
  font-weight: bold;
  color: #ffb81c;
  line-height: 89%;
}
.postWrapper .info-blog .postTitle .postDate .month {
  text-transform: uppercase;
  color: #acacac;
}
.postWrapper .info-blog .postTitle .postDate .month:before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  font-weight: 500;
}
.postWrapper .info-blog .postContent {
  margin-bottom: 10px;
}
.postWrapper .info-blog .postContent a.aw-blog-read-more {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  color: #ffb81c;
  margin-top: 25px;
  font-weight: 500;
}
.postWrapper .info-blog .postDetails {
  display: none;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.postWrapper .info-blog .postBookmarks {
  margin-bottom: 10px;
}
.postWrapper .info-blog .postBookmarks h4 {
  font-size: 100%;
  font-weight: bold;
}
.poster {
  display: inline;
  font-size: 100%;
}
.detail-blog .postTitle {
  margin-bottom: 17px;
  position: relative;
  margin-top: 75px;
}
.detail-blog .postTitle .postDate {
  position: absolute;
  right: 0;
  text-align: right;
  top: -34px;
  padding-bottom: 16px;
}
.detail-blog .postTitle .postDate .date {
  font-size: 342.86%;
  color: #ffb81c;
  font-weight: bold;
}
.detail-blog .postTitle .postDate .month {
  border-top: 2px solid #ffb81c;
  padding-top: 3px;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.detail-blog .postTitle h2 {
  font-size: 171.43%;
  color: #363636;
}
.detail-blog .postTitle h3 {
  font-size: 85.71%;
  color: #acacac;
  padding: 12px 0px 7px;
}
.detail-blog .postTitle h3 .poster {
  border-right: 1px solid;
  margin-right: 20px;
  padding-right: 20px;
}
.detail-blog .postTitle h3 a {
  color: #acacac;
}
.detail-blog .postBookmarks {
  margin-bottom: 10px;
}
.detail-blog .postBookmarks h4,
.detail-blog .tags h4 {
  font-size: 100%;
  font-weight: bold;
}
.detail-blog .postBookmarks .tags li,
.detail-blog .tags .tags li {
  display: inline-block;
}
.aw-blog-comment-area {
  padding-top: 10px;
}
.commentWrapper {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #fff;
}
.commentWrapper .commentDetails .username {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
}
.commentWrapper .commentDetails h3 {
  font-size: 91.67%;
  color: #909090;
  padding: 8px 0 5px;
}
.list-item-blog {
  margin: 0;
}
.list-item-blog li a {
  display: inline-block;
  padding: 3px 0px;
}
.postTitleComment h2 {
  font-size: 116.67%;
  text-transform: uppercase;
  color: #000;
  padding: 20px 0px 10px 0px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .postWrapper .image-blog {
    width: 100px;
  }
  .postWrapper .info-blog {
    margin-left: 110px;
  }
}
@media (max-width: 480px) {
  .postWrapper .image-blog {
    width: 100%;
  }
  .postWrapper .image-blog a {
    display: block;
  }
  .postWrapper .image-blog a img {
    width: 100%;
  }
  .postWrapper .info-blog {
    margin-left: 0;
    clear: both;
    padding-top: 10px;
  }
}
.basic-filer-page .products-grid .clr4 {
  clear: both;
}
.basic-filer-page .products-grid .item {
  float: left;
  width: 25%;
}
.basic-products-megamenu.products-grid .item {
  float: left;
  width: 50%;
}
.basic-products-megamenu.products-grid .item .item-inner {
  position: relative;
}
.basic-products-megamenu.products-grid .item .item-inner .box-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.basic-products-megamenu.products-grid .item .item-inner .box-info {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.basic-products-megamenu.products-grid .item .item-inner .box-info .product-name {
  display: none;
}
.basic-products-megamenu.products-grid .item .item-inner .box-info .no-rating,
.basic-products-megamenu.products-grid .item .item-inner .box-info .ratings {
  display: none;
}
.basic-products-megamenu.products-grid .item .item-inner .box-info .price-box {
  float: right;
  padding-right: 13px;
}
.basic-products-megamenu.products-grid .item .item-inner .box-info .price-box .old-price {
  position: static;
  width: auto;
  text-align: none;
}
.basic-products-megamenu.products-grid .item .item-inner .box-info .price-box .special-price {
  width: auto;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-image:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-image .bottom-action {
  opacity: 1;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-image .bottom-action .btn-action {
  border-right: 1px solid #7a7c7d;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info {
  top: 50%;
  margin-top: -70px;
  bottom: auto;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .product-name {
  display: block;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .product-name a {
  color: #fff;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .product-name a:hover {
  color: #fff;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .no-rating,
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .ratings {
  display: block;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .price-box {
  float: none;
  padding-right: 0;
}
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .price-box .price,
.basic-products-megamenu.products-grid .item .item-inner:hover .box-info .price-box .old-price .price {
  color: #fff;
}
/*CSS Responsive*/
/*--------- Other --------------*/
@media all and (max-width: 479px) {
  .sm-basic-products .bs-resp04-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp04-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp04-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp04-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp04-2 .bs-item {
    width: 49.985%;
  }
  .sm-basic-products .bs-resp04-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp04-1 .clr1,
  .sm-basic-products .bs-resp04-2 .clr2,
  .sm-basic-products .bs-resp04-3 .clr3,
  .sm-basic-products .bs-resp04-4 .clr4,
  .sm-basic-products .bs-resp04-5 .clr5,
  .sm-basic-products .bs-resp04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sm-basic-products .bs-resp03-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp03-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp03-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp03-3 .bs-item {
    width: 33.295%;
  }
  .sm-basic-products .bs-resp03-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp03-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp03-1 .clr1 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-2 .clr2 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-3 .clr3 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-4 .clr4 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-5 .clr5 {
    clear: both;
  }
  .sm-basic-products .bs-resp03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sm-basic-products .bs-resp02-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp02-5 .bs-item {
    width: 19.958%;
  }
  .sm-basic-products .bs-resp02-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp02-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp02-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp02-1 .bs-item {
    width: 100%;
  }
  .sm-basic-products .bs-resp02-1 .clr1,
  .sm-basic-products .bs-resp02-2 .clr2,
  .sm-basic-products .bs-resp02-3 .clr3,
  .sm-basic-products .bs-resp02-4 .clr4,
  .sm-basic-products .bs-resp02-5 .clr5,
  .sm-basic-products .bs-resp02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .sm-basic-products .bs-resp01-6 .bs-item {
    width: 16.650%;
  }
  .sm-basic-products .bs-resp01-5 .bs-item {
    width: 19.970%;
  }
  .sm-basic-products .bs-resp01-4 .bs-item {
    width: 24.995%;
  }
  .sm-basic-products .bs-resp01-3 .bs-item {
    width: 33.315%;
  }
  .sm-basic-products .bs-resp01-2 .bs-item {
    width: 49.999%;
  }
  .sm-basic-products .bs-resp01-1 .bs-item {
    width: 100%;
  }
}
.full-wrapper-custom .custom_title_text {
  color: #444;
  font-size: 153.84%;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.full-wrapper-custom .sm-custom {
  position: relative;
}
.full-wrapper-custom .custom-item {
  background-position: top center;
  background-size: cover;
  min-height: 422px;
  color: #fff;
  padding: 30px 0 70px;
}
.full-wrapper-custom .custom-item .custom-title {
  font-size: 276.92%;
  text-transform: uppercase;
  font-family: 'Chivo Black';
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 25px;
}
.full-wrapper-custom .custom-item .custom-title:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.full-wrapper-custom .custom-item .custom-title a {
  color: #fff;
}
.full-wrapper-custom .custom-item .custom-description {
  margin-bottom: 30px;
}
.full-wrapper-custom .custom-item .timer-custom .time-item {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  width: 80px;
  height: 80px;
  margin: 0 7px;
}
.full-wrapper-custom .custom-item .timer-custom .time-item div {
  background-color: #f5f5f5;
  height: 35px;
  color: #ffb81c;
}
.full-wrapper-custom .custom-item .timer-custom .time-item div.num-time {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-family: 'Roboto Bold';
  font-size: 184.6%;
  padding-top: 5px;
  margin-bottom: -1px;
}
.full-wrapper-custom .custom-item .timer-custom .time-item div.name-time {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: 'Roboto Regular';
  font-size: 107.69%;
  height: 36px;
}
.full-wrapper-custom .custom-item .action-custom {
  padding-top: 30px;
}
.full-wrapper-custom .custom-item .action-custom a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 123.07%;
  font-family: 'Roboto Regular';
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 38px;
  padding: 0 40px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.full-wrapper-custom .custom-item .action-custom a:hover {
  background-color: #ffb81c;
  border-color: #ffb81c;
}
.full-wrapper-custom .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 32px;
}
.full-wrapper-custom .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #f5f5f5;
  border: none;
  margin: 5px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.full-wrapper-custom .owl-theme .owl-dots .owl-dot:hover span,
.full-wrapper-custom .owl-theme .owl-dots .owl-dot.active span {
  background-color: #444;
}
.tw-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.tw-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
}
.tw-item .ts-header {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.tw-item .ts-header .ts-avatar {
  width: 60px;
  float: left;
}
.tw-item .ts-header .ts-avatar img {
  width: 100%;
}
.tw-item .ts-header .ts-userinfo {
  margin-left: 70px;
}
.tw-item .ts-header .ts-userinfo h2 {
  font-weight: 700;
  font-size: 107.69%;
  color: #444;
  text-transform: uppercase;
}
.tw-item .ts-header .ts-userinfo a {
  font-size: 92.3%;
  color: #999999;
}
.tw-item .ts-header .ts-userinfo a:hover {
  color: #ffb81c;
}
.tw-item .ts-item {
  clear: both;
}
.tw-item .ts-item .ts-text a {
  color: #ffb81c;
}
.tw-item .ts-item .ts-text a:hover {
  text-decoration: underline;
}
.tw-item .ts-item .ts-btn {
  padding-top: 10px;
}
.tw-item .ts-item .ts-btn a {
  color: #999999;
  font-size: 92.30%;
  margin-right: 15px;
}
.tw-item .ts-item .ts-btn a:last-child {
  margin-right: 0;
}
.tw-item .ts-item .ts-btn a:hover {
  color: #ffb81c;
}
.tw-item .ts-item .ts-btn .reply-tweet:before {
  content: '\f064';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
}
.tw-item .ts-item .ts-btn .retweet:before {
  content: '\f079';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}
.tw-item .ts-item .ts-btn .favorite-tweet:before {
  content: '\f005';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  margin-right: 5px;
}
.ts-btn-follow {
  padding-top: 9px;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}
.faq-category-container.active {
  visibility: visible;
  opacity: 1;
}
.faq-container {
  position: relative;
}
.faq-category-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-list {
  margin-top: 24px;
  padding-left: 5px;
  font-size: 16px;
}
.faq-list li {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.faq-list li a.active {
  color: #ffb81c;
}
.faq-content-container .page-title {
  margin-bottom: 60px;
}
.faq-content-container .page-title h1 {
  font-size: 22px;
}
.faq-content-container {
  padding-top: 20px;
}
.faq-block h4:after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #ffb81c;
}
.faq-block h4 {
  position: relative;
  color: #ffb81c;
  margin-bottom: 22px;
}
.faq-block {
  margin-bottom: 10px;
}
.product-view .product-essential .add-to-links li a:hover,
.product-shop .add-to-box .add-to-cart .btn-cart:hover {
  background: #ffb81c !important;
  border-color: #ffb81c !important;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent:after {
  background-color: #ffb81c;
}
.ft-newletter .block-subscribe {
  background-color: #ffb81c !important;
}
.order-row-container .order-info-box-history {
  padding: 0;
  border: 0;
}
.order-row-container .order-info-box-history h4:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 50px;
  top: 25px;
  background: #ffb81c !important;
}
.box-account .box-head h2:after {
  background: #ffb81c !important;
}
.dashboard .box .title-add h3:after {
  background: #ffb81c !important;
}
.addresses-primary h2:after,
.addresses-additional h2:after {
  background: #ffb81c !important;
}
.fieldset .legend {
  position: relative;
}
.fieldset .legend:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 50px;
  top: 25px;
  background: #ffb81c !important;
}
.product-view .product-shop .socials-wrap {
  display: none;
}
.deal-mega-title {
  background: #ffb81c !important;
}
.cms-block-container .view-all:after,
.category-links-container .view-all:after {
  background: #ffb81c !important;
}
.opc-wrapper-opc h3 {
  border-bottom-color: transparent !important;
  position: relative;
}
.opc-wrapper-opc h3:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 50px;
  top: 25px;
  background: #ffb81c !important;
}
.opc-review-actions {
  border-top-color: transparent !important;
}
.block-bs-list-home-title h2:after {
  background: #ffb81c !important;
}
.title-view .tab-listing-icon:after,
.title-view .tab-listing-icon:before,
.listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon:after,
.listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon:before,
.listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon:after,
.listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon:before,
.homestyle1 .title-home .tab-listing-icon:after,
.homestyle1 .title-home .tab-listing-icon:before {
  background: #ffb81c !important;
}
@media (max-width: 767px) {
  /*==LOGIN PAGE==*/
  .customer-account-login .col-main {
    padding-top: 15px;
  }
  .account-login .page-title h1 {
    background-color: #222;
    color: white;
    font-size: 16px;
    padding: 5px 5px;
    margin-top: 0;
  }
  .account-login .new-users {
    margin-bottom: 30px;
  }
  .account-login .new-users .content {
    border: 0;
    border-bottom: 1px solid #ce2432;
  }
  .account-login .new-users .content h2 {
    border-bottom: 0;
  }
  .account-login .new-users .buttons-set {
    padding-top: 10px;
  }
  .account-login .new-users .buttons-set button {
    float: left;
    margin-left: 0;
    background-color: #eb2b00;
  }
  .account-login .content {
    min-height: auto;
  }
  .account-create .fieldset {
    min-height: auto;
  }
  .registered-users .content {
    border: 0;
  }
  .registered-users .content h2 {
    display: none;
  }
  .registered-users .content p {
    display: none;
  }
  .registered-users .content .buttons-set a.f-left {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .registered-users .content .buttons-set button {
    float: left;
    margin-left: 0;
    background-color: #eb2b00;
  }
  /*==ABOUT US==*/
  .about-us .skills-value {
    padding-top: 20px;
  }
  /*==CONTACT US==*/
  .contact-demo-3 .list-info-contact li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
  }
}
.theme-back-color {
  background-color: #ffb81c !important;
}
.theme-text-color {
  color: #ffb81c !important;
}
.theme-border-color {
  border-color: #ffb81c !important;
}
.opc-wrapper-opc .login-trigger:hover {
  background-color: #ffb81c !important;
}
.label-online-exclusive {
  height: 36px;
  padding: 3px;
  line-height: 1.34;
  left: 0;
  background-color: #ffb81c;
}
.show-loadmore {
  margin: 0 -15px !important;
}
.show-loadmore .ltabs-items-inner .ltabs-item .item-inner {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.sj-listing-tabs .ltabs-wrap {
  overflow: hidden;
}
/*-----------------------Css for Tabs ----------------------------*/
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
  margin: 0;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
  margin-top: 0px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sj-listing-tabs .ltabs-tab-img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.sj-listing-tabs .hits {
  float: left;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  width: 53%;
  padding: 2% 0 2% 3%;
  color: #909090;
  border-bottom: 1px solid #e9e9e9;
}
.sj-listing-tabs .created-date {
  margin-bottom: 10px;
  color: #909090;
}
.sj-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #888;
  cursor: pointer;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  width: 167px;
  text-indent: 20px;
  border: 1px solid #e5e5e5;
  border-right: none;
  background: #fff;
  overflow: hidden;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  width: 30px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #ddd;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
  display: inline-block;
}
.sj-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  vertical: middle;
  margin-top: 2px;
}
.sj-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
  position: absolute;
  top: 29px;
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 13;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
  margin: 0 0 1px;
  padding: 0;
  float: none;
  border: none !important;
  text-transform: none;
  display: block;
  font-weight: normal;
  font-size: 100%;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
  display: block;
  padding: 0 15px;
}
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li:hover,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li.tab-sel {
  color: #fff;
  background-color: #ffb81c;
}
/*-----------------------------Css for Content----------------------*/
.sj-listing-tabs .ltabs-items-container .ltabs-items {
  width: 100%;
  display: none;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
  width: 100%;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sj-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  opacity: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
  opacity: 0;
}
.sj-listing-tabs .ltabs-items .ltabs-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/477.gif) no-repeat scroll center center transparent;
  min-height: 300px;
  display: block;
  z-index: 0;
}
.sj-listing-tabs .ltabs-items-container .ltabs-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 8px 12px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
  border-color: #ffb81c;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/301.gif') no-repeat scroll center center transparent;
  width: 22px;
  height: 22px;
  display: none;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
  content: attr(data-label);
}
.sj-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
}
/*class show-slider*/
.sj-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-item {
  width: 100%;
}
.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  opacity: 1;
}
/*end class show-slider*/
/*-----------------------------Css for Responsive ----------------------*/
@media all and (max-width: 479px) {
  .sj-listing-tabs .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .ltabs-tabs-container .ltabs-tabs li {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .sj-listing-tabs .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs-tab-img {
    display: none;
  }
  .sj-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sj-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs04-1 .clr1,
  .sj-listing-tabs .ltabs04-2 .clr2,
  .sj-listing-tabs .ltabs04-3 .clr3,
  .sj-listing-tabs .ltabs04-4 .clr4,
  .sj-listing-tabs .ltabs04-5 .clr5,
  .sj-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sj-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sj-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs03-1 .clr1,
  .sj-listing-tabs .ltabs03-2 .clr2,
  .sj-listing-tabs .ltabs03-3 .clr3,
  .sj-listing-tabs .ltabs03-4 .clr4,
  .sj-listing-tabs .ltabs03-5 .clr5,
  .sj-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sj-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs02-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs02-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs02-1 .clr1,
  .sj-listing-tabs .ltabs02-2 .clr2,
  .sj-listing-tabs .ltabs02-3 .clr3,
  .sj-listing-tabs .ltabs02-4 .clr4,
  .sj-listing-tabs .ltabs02-5 .clr5,
  .sj-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .sj-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sj-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs01-1 .clr1,
  .sj-listing-tabs .ltabs01-2 .clr2,
  .sj-listing-tabs .ltabs01-3 .clr3,
  .sj-listing-tabs .ltabs01-4 .clr4,
  .sj-listing-tabs .ltabs01-5 .clr5,
  .sj-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
  .sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sj-listing-tabs .ltabs00-6 .ltabs-item {
    width: 16.64%;
  }
  .sj-listing-tabs .ltabs00-5 .ltabs-item {
    width: 20%;
  }
  .sj-listing-tabs .ltabs00-4 .ltabs-item {
    width: 25%;
  }
  .sj-listing-tabs .ltabs00-3 .ltabs-item {
    width: 33.315%;
  }
  .sj-listing-tabs .ltabs00-2 .ltabs-item {
    width: 49.999%;
  }
  .sj-listing-tabs .ltabs00-1 .ltabs-item {
    width: 100%;
  }
  .sj-listing-tabs .ltabs00-1 .clr1,
  .sj-listing-tabs .ltabs00-2 .clr2,
  .sj-listing-tabs .ltabs00-3 .clr3,
  .sj-listing-tabs .ltabs00-4 .clr4,
  .sj-listing-tabs .ltabs00-5 .clr5,
  .sj-listing-tabs .ltabs00-6 .clr6 {
    clear: both;
  }
}
.sj-listing-tabs .ltabs-item .item-readmore {
  text-align: right;
}
.sj-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.sj-listing-tabs .pre-text,
.sj-listing-tabs .post-text {
  margin: 10px;
}
.sj-listing-tabs.index2-listing-tabs {
  margin: 75px 0px 40px;
  position: relative;
}
.sj-listing-tabs.index2-listing-tabs:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #ffb81c url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/01.png') no-repeat center center;
  width: 130px;
  height: 90px;
}
.sj-listing-tabs.index2-listing-tabs .tab-listing-title {
  position: absolute;
  top: 33px;
  left: 30px;
  font-size: 214.29%;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
}
.sj-listing-tabs.index2-listing-tabs .show-loadmore .ltabs-items-inner .ltabs-item .item-inner {
  position: relative;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-info {
  position: absolute;
  bottom: 3px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-info .product-name {
  display: none;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-info .no-rating,
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-info .ratings {
  display: none;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-info .price-box {
  float: right;
  padding-right: 13px;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-info .price-box .old-price {
  position: static;
  width: auto;
  text-align: none;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner .box-info .price-box .special-price {
  width: auto;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-image:before {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-image .bottom-action {
  opacity: 1;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-image .bottom-action .btn-action {
  border-right: 1px solid #7a7c7d;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info {
  top: 50%;
  margin-top: -70px;
  bottom: auto;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .product-name {
  display: block;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .product-name a {
  color: #fff;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .product-name a:hover {
  color: #fff;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .no-rating,
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .ratings {
  display: block;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .price-box {
  float: none;
  padding-right: 0;
}
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .price-box .price,
.sj-listing-tabs.index2-listing-tabs .products-grid .item .item-inner:hover .box-info .price-box .old-price .price {
  color: #fff;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-wrap {
  position: relative;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-wrap .ltabs-viewall-btn {
  position: absolute;
  bottom: 21px;
  left: 0;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-wrap .ltabs-viewall-btn a {
  font-size: 92.86%;
  text-transform: uppercase;
  color: #363636;
  font-weight: 600;
  border: 2px solid;
  height: 40px;
  width: 150px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-wrap .ltabs-viewall-btn a:hover {
  color: #fff;
  border-color: #ffb81c;
  background-color: #ffb81c;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container {
  float: left;
  width: 25%;
  padding: 145px 0 60px;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .tab-listing-title {
  position: relative;
  text-transform: uppercase;
  color: #444;
  font-size: 250%;
  line-height: 100%;
  margin-bottom: 0px;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .tab-listing-title:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ffb81c;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .pre-text {
  text-transform: uppercase;
  font-size: 91.67%;
  color: #a8a8a8;
  padding-left: 29px;
  margin-top: 5px;
  margin-bottom: 13px;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs {
  list-style: none;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li {
  line-height: 35px;
  padding-left: 0;
  cursor: pointer;
  color: #363636;
  letter-spacing: 0.2em;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #ffb81c;
  position: relative;
  display: inline-block;
  top: -4px;
  margin-right: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.tab-sel,
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li:hover {
  color: #ffb81c;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.tab-sel:before,
.sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li:hover:before {
  width: 20px;
  margin-right: 16px;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-items-container {
  float: left;
  width: 75%;
}
.sj-listing-tabs.index2-listing-tabs .ltabs-items-container > .ltabs-items {
  margin: 0 -11.5px;
  width: auto;
}
.listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs:before {
  right: 0;
  left: auto;
  background: #ffb81c url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/04.png') no-repeat center center;
  width: 164px;
  height: 89px;
}
.listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .tab-listing-title {
  right: 88px;
  left: auto;
}
.listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container {
  float: right;
}
.listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .ltabs-wrap .ltabs-viewall-btn {
  right: 136px;
  left: auto;
}
.listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .ltabs-items-container > .ltabs-items {
  margin-left: 0;
}
.listingtab-wrapper-default {
  margin: 32px 0 26px;
}
.listingtab-wrapper-default .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -72px;
  left: -9px;
}
.listingtab-wrapper-default .owl-controls .owl-nav > div.owl-next {
  left: auto;
  right: -9px;
}
.listingtab-wrapper-default .ltabs-viewall-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 60px 0 10px;
}
.listingtab-wrapper-default .ltabs-viewall-btn a {
  text-transform: uppercase;
  font-weight: 600;
  color: #363636 !important;
  border: 2px solid;
  padding: 8px 40px 7px;
  font-size: 92.86%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.listingtab-wrapper-default .ltabs-viewall-btn a:hover {
  background: #ffb81c;
  border-color: #ffb81c;
  color: #fff !important;
}
.listingtab-wrapper-default ul.ltabs-tabs {
  text-align: center;
}
.listingtab-wrapper-default ul.ltabs-tabs li {
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  color: #636363;
  margin: 0px 30px;
  font-size: 128.57%;
  padding: 0px 0 40px 0;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.listingtab-wrapper-default ul.ltabs-tabs li.tab-sel,
.listingtab-wrapper-default ul.ltabs-tabs li:hover {
  color: #363636;
  font-size: 214.29%;
}
.listingtab-wrapper-default ul.ltabs-tabs li.tab-sel:before,
.listingtab-wrapper-default ul.ltabs-tabs li:hover:before {
  content: "";
  width: 80px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.listingtab-wrapper-default .ltabs-items-container.show-slider .owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.listingtab-wrapper-default .ltabs-items-container.show-slider:hover .owl-carousel .owl-controls .owl-nav {
  opacity: 1;
}
@media all and (max-width: 1199px) {
  .index2-listing-tabs .tab-listing-title {
    top: 38px;
    font-size: 180%;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container {
    width: 33%;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-items-container {
    width: 67%;
  }
  .listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .ltabs-wrap .ltabs-viewall-btn {
    right: 146px;
    left: auto;
  }
  .listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .tab-listing-title {
    right: 108px;
    top: 31px;
  }
}
@media all and (max-width: 991px) {
  .sj-listing-tabs.home1-listing-tabs .ltabs-tabs-container {
    width: 30%;
  }
  .sj-listing-tabs.home1-listing-tabs .ltabs-items-container {
    width: 70%;
  }
  .sj-listing-tabs.index2-listing-tabs:before {
    width: 100px;
    height: 69px;
    background-size: auto 100%;
  }
  .sj-listing-tabs.index2-listing-tabs .tab-listing-title {
    top: 27px;
    font-size: 160%;
    left: 23px;
  }
  .listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs:before {
    width: 142px;
    height: 77px;
    background-size: auto 100%;
  }
  .listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .tab-listing-title {
    right: 95px;
    top: 35px;
  }
  .listingtab-bestseller-wrapper .sj-listing-tabs.index2-listing-tabs .ltabs-wrap .ltabs-viewall-btn {
    right: 85px;
    left: auto;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container {
    width: 35%;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-items-container {
    width: 65%;
  }
}
@media all and (max-width: 767px) {
  .sj-listing-tabs.home1-listing-tabs .ltabs-tabs-container {
    width: 55%;
  }
  .sj-listing-tabs.home1-listing-tabs .ltabs-items-container {
    width: 45%;
  }
}
@media all and (max-width: 639px) {
  .sj-listing-tabs.index2-listing-tabs .ltabs-items-container {
    width: 50%;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container {
    width: 50%;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs03-2 .ltabs-item {
    width: 100%;
  }
}
@media all and (max-width: 567px) {
  .sj-listing-tabs.home1-listing-tabs .ltabs-tabs-container {
    width: 50%;
  }
  .sj-listing-tabs.home1-listing-tabs .ltabs-items-container {
    width: 50%;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container {
    width: 100%;
    padding: 80px 0 10px;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-items-container {
    width: 100%;
    padding: 0px;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-wrap .ltabs-viewall-btn {
    bottom: 0;
  }
  .sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
    padding-bottom: 40px;
  }
  .sj-listing-tabs.index2-listing-tabs .show-loadmore.show-viewall {
    margin: 0 !important;
  }
}
@media all and (max-width: 480px) {
  .listingtab-wrapper-default ul.ltabs-tabs li {
    margin: 0 10px;
  }
}
@media all and (max-width: 479px) {
  .sj-listing-tabs.home1-listing-tabs .ltabs-items-container,
  .sj-listing-tabs.home1-listing-tabs .ltabs-tabs-container {
    width: 100%;
  }
  .listingtab-wrapper-default ul.ltabs-tabs li {
    text-align: left;
  }
  .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel::before,
  .listingtab-wrapper-default ul.ltabs-tabs li:hover::before {
    display: none;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.tab-sel,
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li:hover {
    color: #fff;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li:before {
    display: none;
  }
  .sj-listing-tabs.index2-listing-tabs::before {
    width: 99px;
  }
  .sj-listing-tabs.index2-listing-tabs .ltabs-tabs-container {
    padding: 95px 0px 10px;
  }
}
/* Effect Fade In */
.sj-listing-tabs .ltabs-items .fadeIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Effect Flip In Vertical */
.sj-listing-tabs .ltabs-items .flipInY .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -o-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
/* Effect Flip In Horizontal */
.sj-listing-tabs .ltabs-items .flipInX .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -o-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(85deg);
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    transform: perspective(400px) rotateX(15deg);
  }
  90% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/* Effect Flip */
.sj-listing-tabs .ltabs-items .flip .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    opacity: 0;
    -o-transform: perspective(500px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -o-transform: perspective(500px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* Effect Star War */
.sj-listing-tabs .ltabs-items .starwars .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
/* Effect Slide Right */
.sj-listing-tabs .ltabs-items .slideRight .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Effect Bounce In */
.sj-listing-tabs .ltabs-items .bounceIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Effect Zoom In */
.sj-listing-tabs .ltabs-items .zoomIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Effect Page Top*/
.sj-listing-tabs .ltabs-items .pageTop .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*Effect Zoom Out */
.sj-listing-tabs .ltabs-items .zoomOut .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation: zoomOut 600ms ease both;
  -moz-animation-play-state: paused;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.play .ltabs-item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.fancybox-lock .zoomContainer {
  -webkit-transform: none !important;
}
.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
  z-index: 8021 !important;
}
.quickview-main .product-image-thumbs li:first-child {
  margin-left: 0;
}
.quickview-main .product-collateral {
  display: none;
}
.products-list li.item .f-fix .sm_quickview_handler {
  float: left;
}
.quickview-main .product-view #product_addtocart_form > .row {
  margin: 0px;
}
.quickview-main .btn-lightbox {
  display: none !important;
}
.quickview-main .product-img-box {
  padding-left: 0;
}
.quickview-main .product-shop {
  padding-top: 0 !important;
}
.cartpro-modal .cpmodal-button.cartpro-hidden {
  display: none;
}
.cpmodal-action {
  text-align: center;
}
.mini-cart-header {
  display: inline-block;
}
.block.sm-cartpro {
  display: inline-block;
  margin: 0;
}
.sm-cartpro .cartpro-message {
  display: none;
  text-align: center;
  padding: 0 0 10px 0;
}
.sm-cartpro .cartpro-success {
  color: green;
}
.sm-cartpro .cartpro-error {
  color: #FF0000;
}
.sm-cartpro .cartpro-title .cartpro-label {
  display: inline;
}
.sm-cartpro {
  position: relative;
}
.sm-cartpro .empty {
  margin: 0;
}
.sm-cartpro .cartpro-content {
  display: none;
  width: 360px;
  position: absolute;
  right: 0px;
  background-color: #fff;
  padding: 15px 20px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent {
  border-bottom: 1px dotted #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products {
  max-height: 350px;
  overflow: auto;
  border-bottom: 1px dotted #e5e5e5;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner {
  margin-bottom: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item {
  overflow: hidden;
  margin: 5px 0;
  padding: 10px 0 15px;
  border-bottom: 1px dotted #e5e5e5;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image {
  float: left;
  min-width: 50px;
  border: 1px solid #e5e5e5;
  display: block;
  position: relative;
  margin-right: 10px;
  z-index: 9;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image:hover {
  border-color: #ffb81c;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details {
  position: relative;
  margin-left: 92px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name {
  position: relative;
  font-weight: 700;
  top: -6px;
  margin: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product {
  margin-top: -5px;
  display: table;
  margin-bottom: 5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price,
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-qty {
  display: inline-block;
  vertical-align: top;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price {
  color: #ffb81c;
  margin-right: 20px;
  font-size: 114.285%;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action {
  position: absolute;
  right: 5px;
  top: -5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a {
  font-size: 14px;
  color: #c5c5c5;
  display: inline-block;
  padding: 0 3px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a:hover {
  color: #ffb81c;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart {
  padding-top: 5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart dl {
  margin: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal {
  padding: 13px 0px;
  border-bottom: 1px dotted #e5e5e5;
  text-transform: uppercase;
  font-size: 115.384%;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal .price {
  color: #ffb81c;
  font-weight: bold;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions {
  margin-bottom: 10px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
  display: inline-block;
  line-height: 33px;
  margin: 0 3px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a:before {
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 5px;
  font-weight: normal;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a.cart-link:before {
  content: "\f07a";
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a.checkout-button:before {
  content: "\f046";
}
.sm-cartpro.cartpro-hover:hover .cartpro-content,
.sm-cartpro.cartpro-hover .cartpro-content {
  display: block;
}
.sm-cartpro.cartpro-hover .item-info:before {
  color: #ffb81c !important;
}
.sm-cartpro .cartpro-content:before,
.sm-cartpro .cartpro-content:after {
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sm-cartpro .cartpro-title {
  cursor: pointer;
}
.sm-cartpro .cartpro-content.loading:before,
.sm-cartpro .cartpro-content.loading:after {
  display: block;
}
.sm-cartpro .cartpro-content .empty {
  text-align: center;
  padding: 10px 0;
}
.sm-cartpro .cartpro-products-inner .qty-label {
  padding-right: 10px;
  font-size: 85.71%;
}
.sm-cartpro .cartpro-products-inner .qty-value input {
  width: 30px !important;
  height: 25px !important;
}
.sm-cartpro .cartpro-products-inner .quantity-button {
  opacity: 0;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-products-inner .quantity-button.visible {
  opacity: 1;
  cursor: pointer;
}
.sm-cartpro .cartpro-actions {
  overflow: hidden;
  padding-top: 20px;
}
.sm-cartpro .cartpro-actions .cartpro-checkout {
  float: none;
  text-align: center;
  max-width: 100%;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li {
  margin: 0 0 5px 5px;
  vertical-align: top;
  text-transform: uppercase;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:first-child {
  margin-left: 0;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:after {
  clear: both;
  content: "";
  display: table;
}
/* ============================================ *
 * Item Options
 * ============================================ */
.sm-cartpro .item-options:after {
  content: '';
  display: table;
  clear: both;
}
.sm-cartpro .item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  margin-right: 0;
}
.sm-cartpro .item-options dt:after {
  content: ': ';
}
.sm-cartpro .item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}
.sm-cartpro .truncated,
.sm-cartpro .truncated a.dots {
  cursor: help;
  display: inline-block;
}
.sm-cartpro .truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.sm-cartpro .truncated a.details:hover {
  text-decoration: none;
}
.sm-cartpro .truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: auto;
  left: 0;
  bottom: 5px;
}
.sm-cartpro .truncated .truncated_full_value .item-options:after {
  border-color: #3399cc transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  top: auto;
}
.sm-cartpro .truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sm-cartpro .truncated .show .item-options {
  display: block;
}
.cartpro-process {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005;
  display: none;
}
.cartpro-process.cartpro-show {
  display: block;
}
.product-view.cartpro-product {
  padding-top: 0;
}
.cartpro-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005;
  width: 100%;
  height: 100%;
}
.cartpro-modal.cartpro-show {
  display: block;
}
.cartprooptoins-index-product #_atssh {
  display: none;
}
.cartpro-modal .cpmodal-wrapper,
.cartpro-process .cartpro-loadmark {
  width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
}
.cartpro-process .cartpro-imageload {
  background: #fff4e9;
  border: 2px solid #f1af73;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #f1af73;
  padding: 15px 20px;
  opacity: 0.8;
  font-family: arial, sans-serif;
}
.cartpro-process .cartpro-imageload img {
  display: inline-block;
  vertical-align: middle;
}
.cartpro-modal .cpmodal-wrapper {
  width: 400px;
  background: none repeat scroll 0 0 #FFF;
  text-align: center;
  padding: 15px 10px 10px;
  position: relative;
}
.cartpro-modal .cpmodal-message {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  text-align: center;
}
.cartpro-modal .cpmodal-close {
  color: #666;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 30px;
  text-align: center;
}
.cartpro-modal .cpmodal-close:hover {
  color: red;
}
.cartpro-modal .cpmodal-time:before {
  content: " (";
}
.cartpro-modal .cpmodal-time:after {
  content: ")";
}
.cartpro-modal .cpmodal-time.cptime-hidden {
  display: none;
}
.cartpro-modal .cpmodal-button {
  background: #ffb81c;
  border: none;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cartpro-modal .cpmodal-button:hover {
  background-color: #ffb81c;
}
.cartpro-modal .cpmodal-button.noitem-wishlist,
.cartpro-modal .cpmodal-button.noitem-compare {
  display: none;
}
.cartpro-modal.cartpro-options .cpmodal-message,
.cartpro-modal.cartpro-options .cpmodal-action {
  display: none;
}
.cartpro-modal .cpmodal-message.cp-error {
  display: block;
  color: #FF0000;
}
@media only screen and (max-width: 1199px) {
  .sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products {
    max-height: 339px;
  }
}
@media only screen and (max-width: 499px) {
  .cartpro-modal .cpmodal-wrapper {
    width: 300px;
  }
  .cartpro-modal .cpmodal-button {
    white-space: nowrap;
  }
}
/* style for IFrame */
.product-view.cartpro-product select {
  height: 30px;
}
.product-view.cartpro-product .share-button {
  display: none;
}
.product-view.cartpro-product .product-shop,
.cartpro-modal .product-view .product-shop {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0px 0px 5px 0px;
}
.product-view.cartpro-product .add-to-cart-wrapper {
  float: none;
  width: 100%;
  padding: 0 0 2px 0;
}
.product-view.cartpro-product .add-to-cart-wrapper .price-box,
.product-view.cartpro-product .add-to-cart-wrapper .availability {
  display: none;
}
.product-view.cartpro-product .product-shop .product-name {
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-view.cartpro-product .product-shop .extra-info {
  float: none;
  margin: 0;
}
.cartpro-modal .cartpro-frame {
  border: none;
  overflow: auto;
}
.cartpro-modal .cartpro-frame html,
.cartpro-modal .cartpro-frame body {
  height: auto;
}
.product-view.cartpro-product .grouped-items-table-wrapper {
  padding: 0;
  margin: 0 0 0 0;
}
.product-view.cartpro-product .product-shop .availability {
  font-size: 12px;
  text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .extra-info,
.product-view.cartpro-product .product-shop .price-info {
  margin: 0 0 5px 0;
}
.product-view.cartpro-product .product-shop .price-box {
  margin-bottom: 0;
}
.product-view.cartpro-product .product-options {
  border: 1px solid #e5e5e5;
  clear: both;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
.product-view.cartpro-product .product-options-bottom {
  border: 1px solid #e5e5e5;
  border-top: 0;
  margin: 0;
  padding: 10px;
}
.product-view.cartpro-product .product-shop .option-product-wrapper {
  border-bottom: none;
  padding-bottom: 0;
}
.product-view.cartpro-product .or {
  display: none;
}
.product-view.cartpro-product .add-to-cart {
  margin-bottom: 0;
  border-bottom: none;
}
.product-view.cartpro-product .product-shop .product-options-bottom {
  margin-bottom: 2px;
}
.product-view.cartpro-product .product-essential {
  margin-bottom: 0;
}
.product-view.cartpro-product .grouped-items-table {
  margin-bottom: 0;
}
.product-view.cartpro-product .add-to-box {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  background-color: #eeeeee;
  margin: 0;
}
.page-empty.cartprooptoins-index-product {
  padding: 5px;
}
/*
@color_theme: #C90527;
@color_theme_active: #b61a19;
@color_active_item: #b61a19;
*/
/* LEEDS
@color_theme: #fcb514;
@color_theme_active: #fcb514;
@color_active_item: #fcb514;
*/
/* QRL MARRONS
@color_theme: #672146;
@color_theme_active: #672146;
@color_active_item: #672146;
*/
.menu-on-top {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
}
/*==POPUP LOGIN==*/
#modal-login {
  overflow-y: auto !important;
}
.mobile-login {
  display: none !important;
}
body .block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body .block-popup-login .close-login {
  color: #fff;
  font-size: 26px;
  margin: 8px -10px 0 0;
  opacity: 1;
}
body .block-popup-login .close-login:hover {
  opacity: 0.9;
}
body .block-popup-login .close-login:before {
  font-family: fontawesome;
}
body .block-popup-login .tt_popup_login {
  margin: 0 -20px;
  background-color: black;
  color: #fff;
  line-height: 42px;
  padding: 0 20px 0px 0px;
  text-transform: uppercase;
  font-size: 125%;
}
body .block-popup-login .tt_popup_login img {
  background: white;
  margin-top: 1px;
  padding-top: 2px;
  margin-right: 20px;
  margin-left: 10px;
  height: 41px;
}
body .block-popup-login .tt_popup_login strong {
  /*&:before{
        display: inline-block;
        content: "";
        width: 39px;
        position: absolute;
        left:20px;
        top:9px;
        height: 25px;
        background:url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/icon-login-popup.png) no-repeat top left;
      }*/
}
body .block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
body .block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  position: relative;
}
body .block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
body .block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #ffb81c;
  font-size: 116.67%;
}
body .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #ffb81c;
}
body .block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
body .block-popup-login .block-content .col-reg .list-log {
  margin: 0;
}
body .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d1d1d1;
}
body .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
}
body .block-popup-login .block-content .col-reg.login-customer .note-reg {
  margin: 8px 0px;
}
body .block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 116.67%;
  font-weight: bold;
}
body .block-popup-login .email-input,
body .block-popup-login .pass-input {
  position: relative;
}
body .block-popup-login .email-input:before {
  /*background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/icon-username.png) no-repeat top left #f7f7f7;*/
  content: "\f007";
  font-family: FontAwesome;
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  color: white;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
}
body .block-popup-login .pass-input:before {
  /*background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/icon-pass.png) no-repeat top left #f7f7f7;*/
  content: "\f084";
  font-family: FontAwesome;
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  color: white;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
}
body .block-popup-login #mini-login:-webkit-autofill,
body .block-popup-login #mini-password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset!important;
}
body .block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  color: #909090;
}
body .block-popup-login .submit-login {
  clear: both;
  display: inline-block;
  margin-top: 19px;
  padding: 0;
  height: 42px;
  position: relative;
}
body .block-popup-login .submit-login .btn-submit-login {
  height: 42px;
  font-size: 116.67%;
  font-weight: bold;
}
body .block-popup-login .submit-login:hover .btn-submit-login {
  color: #fff;
}
body .block-popup-login .button-reg:hover {
  text-decoration: underline;
}
body .block-popup-login .more-actions {
  margin: 25px -20px 0px;
}
body .block-popup-login .more-actions .ft-link-p {
  background: #f3f3f3;
  margin-bottom: 1px;
  padding: 0 20px;
}
body .block-popup-login .more-actions .ft-link-p a {
  display: inline-block;
  padding: 10px 0px;
}
/*==MOBILE MENU==*/
.mobile-menu {
  display: none;
}
.active_btn:after {
  position: fixed;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
}
.mobile-menu-wrapper {
  position: relative;
  margin: 0 -15px;
}
.btn-mobile-wrapper {
  border-right: 1px solid #3b3b3b;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.btn-mobile-wrapper select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-mobile-wrapper .btn-menu-mobile {
  display: block;
  text-align: center;
  cursor: pointer;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 28px;
}
.btn-mobile-wrapper .btn-menu-mobile span {
  display: none;
}
.dropdown_collapse {
  position: absolute;
  z-index: 1002;
  width: 100%;
  background-color: #44494e;
  padding: 12px;
  display: none;
}
.dropdown_collapse a {
  color: #fff;
}
.dropdown_collapse .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_collapse .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_collapse .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_collapse .nav-mobile li {
  position: relative;
}
.dropdown_collapse .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_collapse .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_collapse .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_collapse .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #ffb81c;
  border-color: #ffb81c;
}
.dropdown_collapse .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_collapse .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_collapse .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_collapse .nav-mobile li ul li a {
  text-transform: none !important;
}
.dropdown_collapse .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar {
  position: fixed;
  top: 0px;
  left: -255px;
  height: 100%;
  z-index: 105;
  width: 255px;
  overflow-y: auto;
  background-color: #44494e;
  padding: 12px;
}
.dropdown_sidebar a {
  color: #fff;
}
.dropdown_sidebar .nav-mobile li.level-top {
  padding: 5px 8px;
  border-bottom: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li.level-top a {
  text-transform: uppercase;
}
.dropdown_sidebar .nav-mobile li.level-top > ul {
  display: none;
}
.dropdown_sidebar .nav-mobile li.level-top.parent-active {
  background-color: #33363a;
}
.dropdown_sidebar .nav-mobile li {
  position: relative;
}
.dropdown_sidebar .nav-mobile li .touch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6a6d71;
}
.dropdown_sidebar .nav-mobile li .touch-button span {
  display: none;
}
.dropdown_sidebar .nav-mobile li .touch-button:before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 15px;
}
.dropdown_sidebar .nav-mobile li .touch-button:hover {
  color: #fff;
  background-color: #ffb81c;
  border-color: #ffb81c;
}
.dropdown_sidebar .nav-mobile li .touch-button.active:before {
  content: "\f106";
}
.dropdown_sidebar .nav-mobile li ul {
  padding-left: 10px;
}
.dropdown_sidebar .nav-mobile li ul li {
  padding: 5px 0px;
}
.dropdown_sidebar .nav-mobile li ul li a {
  text-transform: none !important;
}
.dropdown_sidebar .nav-mobile li ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  margin-right: 5px;
}
.dropdown_sidebar.active {
  left: 0px;
}
.active_sidebar .wrapper {
  position: relative;
  left: 255px;
}
.wrapper {
  left: 0px;
  position: relative;
}
.dropdown_sidebar,
.wrapper {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
/*==END MOBILE MENU==*/
/*==MEGAMENU==*/
.display-popup {
  display: none;
}
.home-menu-dropdown .item-home-store {
  width: 20%;
}
.newsletter-w {
  display: none;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > span {
  text-transform: uppercase;
  font-size: 114.28%;
  color: #363636;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  position: relative;
  padding-bottom: 11px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #ffb81c;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
  padding: 8px 0px;
  display: inline-block;
  font-weight: 500;
}
.shop-category-parent > div.sm_megamenu_dropdown_2columns {
  width: 500px !important;
}
.image-bottom {
  padding: 20px 15px 0px 15px;
}
.static-bottom-link {
  margin: 20px 30px 0;
}
.static-bottom-link.static-bottom-link-2 {
  margin: 20px 0 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 0;
  height: 1px;
  background: #636363;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a.sm_megamenu_actived,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a:hover {
  padding-left: 35px;
  color: #636363;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a.sm_megamenu_actived:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a:hover:before {
  width: 22px;
}
/*==SEARCH==*/
.search-autocomplete {
  background: #fff;
  z-index: 50;
  padding: 0 10px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}
.search-autocomplete ul {
  margin: 0;
}
.search-autocomplete ul li {
  padding: 8px 10px;
  border-bottom: 1px dotted #e5e5e5;
}
.search-autocomplete ul li .amount {
  float: right;
}
.search-autocomplete ul li:last-child {
  border: none;
}
/*== MENU GROUP ==*/
.header-container {
  position: relative;
  z-index: 999;
}
.menu-group-header-bottom {
  float: right;
  margin-top: 33px;
  margin-left: 20px;
}
.menu-group-header-bottom .menu-group-header-content {
  position: relative;
}
.menu-group-header-bottom .menu-group-header-content .btn-menu-group {
  color: #636363;
}
.menu-group-header-bottom .menu-group-header-content .btn-menu-group:hover {
  color: #ffb81c;
}
.menu-group-header-bottom .menu-group-header-content.clicked .dropdown-block-menu-group {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.menu-group-header-bottom .menu-group-header-content.clicked .btn-menu-group {
  color: #ffb81c;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group {
  margin-top: 18px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 170px;
  background: #f4f8fb;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div {
  border-bottom: 1px solid #dbdfe1;
  padding: 20px 30px 10px;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div:last-child {
  border-bottom: 0;
  padding-bottom: 15px;
  display: inline-block;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div a {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  cursor: pointer;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .title-dropdown-block {
  text-transform: uppercase;
  color: #363636;
  font-weight: 400;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .currency-switcher .dropdown-toggle {
  display: none;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .currency-switcher li:before {
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  padding-right: 5px;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .currency-switcher li a {
  width: auto;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .currency-switcher li.current {
  color: #ffb81c;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .lang-switcher .dropdown-toggle {
  display: none;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .lang-switcher li {
  float: left;
  width: 31px;
  height: 23px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  border-radius: 3px;
  padding: 1px;
  opacity: 0.34;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .lang-switcher li a {
  padding: 0;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .lang-switcher li span {
  background-size: 100% auto;
  background-position: center center;
  overflow: hidden;
  text-indent: 42px;
  float: left;
  width: 31px;
  height: 21px;
  border-radius: 5px;
}
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .lang-switcher li:hover,
.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group > div .lang-switcher li.current {
  opacity: 1;
}
/*==ABOUT - CONTACT ITEM==*/
.sm_megamenu_wrapper_horizontal_menu .item-about-contact {
  padding: 6px 0;
}
.sm_megamenu_wrapper_horizontal_menu .item-about-contact li a {
  display: block !important;
  padding: 6px 0;
}
.sm_megamenu_wrapper_horizontal_menu .item-about-contact li:last-child a {
  border-bottom: none;
}
._v3 > .sm_megamenu_col_3:last-child .sm_megamenu_head_item .sm_megamenu_title {
  padding-left: 15px;
}
@media (max-width: 1199px) {
  ._v3 > .sm_megamenu_col_3 {
    width: 66% !important;
  }
  ._v3 > .sm_megamenu_col_3:last-child {
    width: 34% !important;
  }
  .basic-products-megamenu.products-grid .item {
    width: 100%;
  }
  .basic-products-megamenu.products-grid .item:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-login {
    display: block !important;
  }
  .popup-login {
    display: none !important;
  }
}
/* LEEDS RHINOS */
/*
@navColourTop: #fcb514;
@navColourBottom: #004c97;
@navColourDropDown: rgba(0, 76, 151, 0.8);
@navColourLink: #fff;
@navColourLinkHover: @color_theme;
@navIcons: #004c97;
@navIconsHover: #fff;
@navIconsBuble: #004c97;
@navIconsBubleTxt: #fff;
*/
/* QRL MAROONS */
/*
@navColourTop: #b9975B;
@navColourBottom:#672146;
@navColourDropDown: rgba(134, 31, 65,0.8);
@navColourLink: #fff;
@navColourLinkHover: #b9975B;
@navIcons: #fff;
@navIconsHover: #672146;
@navIconsBuble: #000;
@navIconsBubleTxt: #fff;
*/
/* QRL MAROONS TEST COLOUR WHITE

@navColourTop: #ffffff;
@navColourBottom:#ffffff;
@navColourDropDown: rgba(134, 31, 65,0.8);
@navColourLink: #363636;
@navColourLinkHover: #be995b;
@navIcons: #83003f;
@navIconsHover: #be995b;
@navIconsBuble: #000;
@navIconsBubleTxt: #fff;
@navBtnMenuMobile: #83003f;
*/
/* EELS */
/* Backup Original
@navColourTop: @color_theme;
@navColourBottom: #111;
@navColourDropDown: rgba(1, 1, 1, 0.8);
@navColourLink: #fff;
@navColourLinkHover: @color_theme;
@navIcons: #fff;
@navIconsHover: #626262;
@navIconsBuble: #111;
@navIconsBubleTxt: #fff;
*/
.header-style-3 {
  /* this FIXES IOS  */
  /* dont think we using this */
  /* dont think we using this */
}
.header-style-3 .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-style-3 .top-header-nav-list li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}
.header-style-3 .menu-group-header-content.clicked i::before {
  color: #002d72 !important;
}
.header-style-3 .sm-cartpro.cartpro-hover .item-info::before {
  color: #002d72 !important;
}
.header-style-3 .header-hide {
  display: none;
}
.header-style-3 .header-bottom .mainmenu {
  background-color: #002d72;
}
.header-style-3 .content-header-top {
  width: 100%;
  background-color: #ffb81c;
  height: 30px;
  border-bottom: 1px solid #fff;
}
.header-style-3 .content-header-top .top-menu-items {
  padding-right: 10px;
}
.header-style-3 .content-header-top .top-menu-items .menu-group-header-bottom {
  margin-top: 0;
}
.header-style-3 .header-top-container {
  background-color: #fff;
  padding: 5px 10px 5px 10px;
  height: 45px;
  line-height: 30px;
  overflow: hidden;
}
.header-style-3 .mobile-login {
  display: none;
}
.header-style-3 .header {
  padding-top: 1px;
  /* additional fix */
  max-height: 144px;
}
.header-style-3 .promotion-top {
  position: relative;
}
.header-style-3 .promotion-top.hidden-promotion .header-promotion {
  overflow: hidden;
  height: 0;
}
.header-style-3 .promotion-top.hidden-promotion .close-promotion:before {
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 26px;
  top: 8px;
}
.header-style-3 .promotion-top .close-promotion {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 14;
  top: 0;
  right: 0;
  background-color: #191f26;
  color: #fff;
  text-align: center;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.header-style-3 .promotion-top .close-promotion:hover {
  background-color: #ffb81c;
}
.header-style-3 .promotion-top .close-promotion:before {
  content: '\f106';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 26px;
  position: relative;
  top: 5px;
}
.header-style-3 .promotion-top .header-promotion {
  background-color: #293340;
  text-align: center;
  color: #fff;
  padding: 0 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.header-style-3 .promotion-top .header-promotion .sm-custom-header {
  padding: 8px 0;
}
.header-style-3 .promotion-top .header-promotion .custom-content {
  display: inline-block;
  vertical-align: top;
}
.header-style-3 .promotion-top .header-promotion .custom-content .custom-title {
  font-size: 107.69%;
  line-height: 24px;
  margin-right: 40px;
}
.header-style-3 .promotion-top .header-promotion .custom-content .custom-title a {
  display: block;
  color: #fff;
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bg-ex.png) no-repeat right 6px;
  padding-right: 20px;
}
.header-style-3 .promotion-top .header-promotion .custom-content .custom-title a:hover {
  color: #ffb81c;
}
.header-style-3 .header-bottom .menu-under .logo-wrapper {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
  padding-left: 10px;
}
.header-style-3 .header-bottom .menu-under .logo-wrapper img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header-style-3 .header-bottom .menu-under .logo-wrapper .logo-small {
  display: none;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .popup-login.btn-menu-group i {
  color: #000000;
  margin-top: 9px;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .minicart-header {
  float: right;
  margin-left: 10px;
  margin-top: -25px;
  height: 40px;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .minicart-header .sm-cartpro .cartpro-title .item-info {
  line-height: 80px;
  position: relative;
  display: inline-block;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count {
  font-size: 85.71%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  top: -8px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 17px;
  padding: 0;
  text-align: center;
  margin-left: -3px;
  font-weight: 600;
  /* this fix */
  z-index: 9999;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .minicart-header .sm-cartpro .cartpro-title .item-info:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 2px;
  color: #000000;
  float: left;
  display: inline-block;
  line-height: 78px;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .minicart-header .sm-cartpro .cartpro-content {
  z-index: 99;
  top: 55px;
  border-top: 3px solid #ffb81c;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom {
  float: right;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content {
  position: relative;
  margin-top: -25px;
  height: 30px;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .btn-search {
  display: block;
  line-height: 79px;
  padding: 0 10px;
  color: #000000;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .btn-search:hover {
  color: #002d72;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .btn-search:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 3px;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .btn-search.clicked:before {
  content: '\f00d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .search-form-action {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  right: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .search-form-action .search-form-box {
  position: relative;
  width: 100%;
  background: #fff;
  height: 200px;
  top: 50%;
  max-width: 1170px;
  margin: auto;
  margin-top: -100px;
  padding: 66px 200px;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .search-form-action .search-form-box .btn-search-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #636363;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content .search-form-action .search-form-box .btn-search-close:hover {
  color: #ffb81c;
}
.header-style-3 .header-bottom .menu-under .top-menu-items .search-header-bottom .search-header-content.show-block .search-form-action {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.header-style-3 .header-bottom .cms-block-container {
  width: 80%;
  /*
      .prod {

          max-width: 250px;
        }
       .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 15px;
          right: 15px;
          height: auto;
          width: auto;
          opacity: 0;
          transition: .5s ease;
          background-color: #000;
          max-width: 250px;
        }

        .prod:hover .overlay {
          //opacity: 0.8;
        }
 */
}
.header-style-3 .header-bottom .cms-block-container .text {
  color: white;
}
.header-style-3 .nav-container #nav {
  color: #ffffff !important;
  margin: 0 auto;
  text-align: center;
}
.header-style-3 .nav-container #nav .products-grid {
  max-width: 500px;
}
.header-style-3 .nav-container #nav h2 {
  color: #ffffff;
}
.header-style-3 .nav-container #nav .view-all a {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 114.28%;
  display: block;
  font-weight: 600;
  padding: 5px 0 11px 0;
  position: relative;
}
.header-style-3 .nav-container #nav .view-all a:hover {
  color: #ffb81c !important;
}
.header-style-3 .nav-container #nav > li {
  display: inline-block;
  margin-right: 1px;
}
.header-style-3 .nav-container #nav > li.first a.level0 {
  color: #ffffff !important;
}
.header-style-3 .nav-container #nav > li.first a.level0:hover {
  color: #ffb81c !important;
}
.header-style-3 .nav-container #nav > li.first.active a.level0 {
  color: #ffb81c !important;
}
.header-style-3 .nav-container #nav > li.active > a,
.header-style-3 .nav-container #nav > li:hover > a {
  color: #ffb81c;
}
.header-style-3 .nav-container #nav > li > ul {
  margin-top: 0;
}
.header-style-3 .nav-container #nav > li > ul > ul {
  margin-top: -20px;
}
.header-style-3 .nav-container #nav > li > ul {
  display: none;
  width: 100%;
  background-color: rgba(0, 45, 114, 0.8);
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 20px 0;
}
.header-style-3 .nav-container #nav > li > a {
  color: #ffffff;
  display: block;
  line-height: 40px;
  padding: 0 12px;
  font-size: 92.86%;
  text-transform: uppercase;
  font-weight: 300;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header-style-3 .nav-container #nav > li > a:hover {
  color: #ffb81c;
}
.header-style-3 .nav-container #nav li {
  position: relative;
  text-align: left;
}
.header-style-3 .nav-container #nav li:hover > ul {
  display: block;
}
.header-style-3 .nav-container #nav li ul li {
  padding: 0 30px;
}
.header-style-3 .nav-container #nav li ul li.parent > a:before {
  float: right;
  padding: 4px 0;
}
.header-style-3 .nav-container #nav li ul li a {
  color: #ffffff;
  display: block;
  padding: 0;
}
.header-style-3 .nav-container #nav li ul li a:hover {
  color: #ffb81c !important;
}
.header-style-3 .nav-container #nav li ul li:last-child > a {
  border: none;
}
.header-style-3 .nav-container #nav li ul li .bottom-action .btn-action {
  color: #F4F8FB !important;
}
.header-style-3 .nav-container #nav li ul li .bottom-action .btn-action:hover {
  color: #F4F8FB !important;
}
.header-style-3 .nav-container #nav li ul:before {
  display: inline-block;
  width: 15px;
  height: 100%;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
}
.header-style-3 .nav-container #nav li ul > ul {
  left: 216px;
  top: 0;
}
.header-style-3 .products-grid .regular-price .price {
  font-size: 157.14%;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: 500;
}
.header-style-3 .products-grid .special-price .price .price {
  font-size: 157.14%;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-weight: 500;
}
.header-style-3 .menu-under.menu-on-top .nav-container #nav > li > a {
  line-height: 40px;
}
.header-style-3 .menu-under.menu-on-top .nav-container #nav > li > ul {
  margin-top: 0;
}
.header-style-3 .menu-group-header-bottom .dropdown-block-menu-group {
  margin-top: -10px !important;
  z-index: 9999;
}
/* TESTING CMS PRODUCT
  @color_1: #363636;
  @color_2: #fff;
  @color_3: #636363;
  @color_4: #c90527;
  @font_family_1: FontAwesome;
  @background_color_1: #363636;
  @background_color_2: #c90527;
  @background_color_3: #b61a19;
  @background_color_4: #fff;
  @background_color_5: #b2b2b2;


  .em {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    .regular-price {
      .price {
        font-size: 157.14%;
        letter-spacing: 0.2em;
        color: #fff;
        font-weight: 500;
      }
    }
    .special-price {
      .price {
        .price {
          font-size: 157.14%;
          letter-spacing: 0.2em;
          color: #fff;
          font-weight: 500;
        }
      }
    }
    .proditem {
         max-width: 200px;
        .box-image {
          position: relative;
          .product-image {
            img {
              width: 100%;
            }
            .second-image {
              position: absolute;
              left: 0px;
              top: 0px;
              opacity: 0;
              z-index: 3;
            }
            &:hover {
              .second-image {
                opacity: 1;
              }
            }
          }
          .bottom-action {
            position: absolute;
            text-align: center;
            z-index: 10;
            display: none;
            left: 0;
            right: -1px;
            bottom: 0;
            .add-to-links {
              float: left;
              display: inline-block;
            }
            .btn-action {
              background-color: @background_color_1;
              border: none;
              display: inline-block !important;
              float: left;
              margin: 0;
              line-height: 40px;
              text-align: center;
              color: @color_2;
              width: 15.8%;
              height: 40px;
              vertical-align: top;
              border-right: 1px solid #f4f8fb;
              &:hover {
                background-color: @background_color_2;
              }
              span {
                display: none;
              }
            }
            .btn-action.btn-cart {
              width: 84.2%;
              background-color: @background_color_2;
              &:before {
                display: none;
              }
              span {
                display: block;
                text-transform: uppercase;
                font-size: 92.86%;
                font-weight: 500;
                line-height: 41px;
              }
              &:hover {
                background-color: @background_color_3;
              }
            }
            .btn-action.link-compare {
              &:before {
                content: '\f0ec';
                display: inline-block;
                font-family: @font_family_1;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                font-synthesis: weight style;
                font-stretch: normal;
                font-size-adjust: none;
                font-language-override: normal;
                font-kerning: auto;
                font-feature-settings: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-align: center;
                font-size: 14px;
              }
            }
            .btn-action.link-wishlist {
              &:before {
                content: '\f08a';
                display: inline-block;
                font-family: @font_family_1;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                font-synthesis: weight style;
                font-stretch: normal;
                font-size-adjust: none;
                font-language-override: normal;
                font-kerning: auto;
                font-feature-settings: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-align: center;
                font-size: 14px;
              }
            }
            .btn-action.sm_quickview_handler {
              &:before {
                content: '\f002';
                display: inline-block;
                font-family: @font_family_1;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                font-synthesis: weight style;
                font-stretch: normal;
                font-size-adjust: none;
                font-language-override: normal;
                font-kerning: auto;
                font-feature-settings: normal;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-align: center;
                font-size: 14px;
              }
            }
          }
          &:hover {
            .bottom-action {
              display: block;
            }
          }

        }
        .box-info {
          padding: 10px 0 0;
          text-align: center;
          .product-name {
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 15px 0px 2px;
            a {
              white-space: nowrap;
              color: @color_3;
              &:hover {
                color: @color_4;
              }
            }
          }
          .ratings {
            .rating-box {
              position: relative;
              top: 5px;
              margin: 0 auto;
              float: none;
            }
            .amount {
              display: none;
            }
            height: 20px;
            margin: 0 auto;
            line-height: 20px;
          }
          .no-rating {
            height: 20px;
            margin: 0 auto;
            line-height: 20px;
            margin: 5px auto -4px;
          }
          .price-box {
            height: 20px;
            margin: 0;
            display: inline-block;
            position: relative;
            padding-bottom: 54px;
          }
        }
      }

    }

*/
.cms-index-index .col-main {
  padding-top: 0px;
}
.cms-index-index .main {
  padding-bottom: 10px;
}
.pix_slideshow {
  margin-bottom: 15px;
}
.boxed-layout .homestyle1 .slider-basic-wrapper .margin-slider .btn-custom.btn-next-custom {
  right: 15px;
}
.boxed-layout .homestyle1 .slider-basic-wrapper .margin-slider .btn-custom.btn-prev-custom {
  left: 15px;
}
.homestyle1 {
  margin-top: -95px;
  padding-top: 71px;
  /*&:before {
		content: "";
		position: absolute;
		background: #fff;
		left: 0;
		right: 0;
		top: 0;
		height: 100px;
		z-index: 0;
	}	*/
}
.homestyle1 .full-wrapper-image {
  margin-bottom: 30px;
}
.homestyle1 .basic-products-slider .owl-nav {
  position: absolute;
  right: 17px;
  top: -43px;
}
.homestyle1 .title-home {
  text-align: center;
  padding: 20px 0 39px;
  margin-bottom: 49px;
  position: relative;
}
.homestyle1 .title-home:before {
  content: "";
  width: 80px;
  height: 30px;
  /*background: @color_theme url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/images/icon-title.png') no-repeat center center; general*/
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.homestyle1 .title-home h2 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #363636;
  font-size: 214.29%;
  font-weight: bold;
}
.homestyle1 .static-image-1 .col-static-image {
  float: left;
  margin-bottom: 30px;
}
.homestyle1 .static-image-1 .col-static-image.col-image-2 {
  margin: 0 15px;
}
.homestyle1 .static-image-1 .col-static-image a {
  display: block;
}
.homestyle1 .static-image-1 .col-static-image a.first-image {
  margin-bottom: 15px;
}
.homestyle1 .slider-basic-wrapper .margin-slider {
  position: relative;
  margin: 0 -30px;
}
.homestyle1 .slider-basic-wrapper .margin-slider .basic-products-slider {
  padding: 0 30px;
}
.homestyle1 .slider-basic-wrapper .margin-slider .basic-products-slider .owl-theme .owl-controls {
  display: none;
}
.homestyle1 .slider-basic-wrapper .margin-slider .btn-custom {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  line-height: 25px;
  opacity: 0;
}
.homestyle1 .slider-basic-wrapper .margin-slider .btn-custom:before {
  font-family: fontawesome;
  font-size: 28px;
  color: #acacac;
}
.homestyle1 .slider-basic-wrapper .margin-slider .btn-custom:hover:before {
  color: #ffb81c;
}
.homestyle1 .slider-basic-wrapper .margin-slider .btn-custom.btn-next-custom {
  right: 0;
}
.homestyle1 .slider-basic-wrapper .margin-slider .btn-custom.btn-next-custom:before {
  content: "\f105";
}
.homestyle1 .slider-basic-wrapper .margin-slider .btn-custom.btn-prev-custom {
  left: 0;
}
.homestyle1 .slider-basic-wrapper .margin-slider .btn-custom.btn-prev-custom:before {
  content: "\f104";
}
.homestyle1 .slider-basic-wrapper .margin-slider:hover .btn-custom {
  opacity: 1;
}
.homestyle1 .slider-basic-wrapper .products-grid .item .item-inner {
  border-bottom: none;
}
.homestyle1 .latest-post-wrapper {
  margin-bottom: 0;
}
.homestyle1 .full-block {
  padding: 23px 0 30px;
}
.homestyle1 .full-block .owl-nav {
  top: -36px;
  right: -2px;
  position: absolute;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog {
  padding-top: 10px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .date-blog {
  float: left;
  width: 75px;
  padding-right: 25px;
  text-align: right;
  font-weight: 700;
  color: #ffb81c;
  text-transform: uppercase;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .date-blog .big-txt {
  font-size: 353.84%;
  line-height: 36px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .date-blog .normal-txt {
  font-size: 107.69%;
  line-height: 17px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog {
  margin-bottom: 10px;
  width: 270px;
  float: left;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog {
  margin-left: 300px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle {
  padding-top: 2px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 {
  font-size: 171.43%;
  text-transform: capitalize;
  font-weight: 600;
  margin: 7px 0 23px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate .date {
  font-size: 342.86%;
  font-weight: bold;
  color: #ffb81c;
  line-height: 89%;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate .month {
  text-transform: uppercase;
  color: #acacac;
  font-size: 85.71%;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate .month:before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  font-weight: 500;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 5px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li {
  float: left;
  color: #999999;
  font-size: 92.30%;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li:first-child {
  margin-right: 20px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a {
  color: #999999;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a:hover {
  color: #ffb81c;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-user:after {
  content: "|";
  margin-left: 10px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-cat:before {
  content: '\f07c';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
  padding-top: 15px;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
  display: inline-block;
  color: #ffb81c;
  text-transform: uppercase;
  font-size: 92.86%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
  color: #ffb81c;
}
.homestyle1 .block-structure .title {
  margin-bottom: 70px;
}
.homestyle1 .full-wrapper-counter {
  background: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bg_map.png) no-repeat top center #ffb81c;
  padding: 40px 0 25px;
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item {
  color: #fff;
  text-align: center;
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up {
  width: 100px;
  height: 100px;
  margin: 0 auto 7px;
  border: 2px solid #fff;
  padding: 7px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up span {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
  background-position: center center;
  background-repeat: no-repeat;
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-customer span {
  background-image: url("https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/red/customer.png");
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-item span {
  background-image: url("https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/red/items.png");
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-view span {
  background-image: url("https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/red/view.png");
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-sale span {
  background-image: url("https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/red/sale.png");
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item .numscroller {
  font-size: 276.92%;
  line-height: 50px;
}
.homestyle1 .full-wrapper-counter .count-up .count-up-item p {
  font-size: 107.69%;
}
.homestyle1 .contact-full {
  margin-bottom: 15px;
}
.homestyle1 .contact-full .contact-content .title-contact-index {
  text-align: center;
  margin-bottom: 25px;
}
.homestyle1 .contact-full .contact-content .title-contact-index h2 {
  text-transform: uppercase;
  font-size: 153.84%;
  color: #444;
  font-weight: 700;
  margin-bottom: 7px;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info {
  list-style: none;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info:last-child {
  margin-bottom: 0;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .icon-contact-info {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  background-color: #999999;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .info-contact-item {
  margin-left: 70px;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .info-contact-item h3 {
  font-size: 107.69%;
  font-weight: 700;
  margin-bottom: 10px;
  color: #444;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .info-contact-item p {
  margin: 0;
}
.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info:hover .icon-contact-info {
  background-color: #ffb81c;
}
.homestyle1 .contact-full .contact-content .form-contact .form-list {
  list-style: none;
  margin-bottom: 20px;
}
.homestyle1 .contact-full .contact-content .form-contact .form-list li {
  margin-bottom: 0;
}
.homestyle1 .contact-full .contact-content .form-contact .form-list li .field {
  margin-bottom: 20px;
}
.homestyle1 .contact-full .contact-content .form-contact .form-list li .field .input-text {
  height: 40px;
}
.homestyle1 .contact-full .contact-content .form-contact .form-list li .input-text,
.homestyle1 .contact-full .contact-content .form-contact .form-list li #comment {
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ebebeb;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
}
.homestyle1 .contact-full .contact-content .form-contact .form-list li #comment {
  height: 80px;
}
.homestyle1 .contact-full .contact-content .form-contact .buttons-set button {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}
.homestyle1 .brand-wrapper .title-home {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.homestyle1 .brand-wrapper .title-home a {
  float: right;
  margin-top: 10px;
  color: #666;
}
.homestyle1 .brand-wrapper .title-home a:hover {
  color: #ffb81c;
}
.homestyle1 .brand-wrapper .title-home a:after {
  content: '\f101';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
}
.homestyle1 .brand-wrapper .list-brands {
  list-style: none;
  margin: 0 -15px;
}
.homestyle1 .brand-wrapper .list-brands li {
  margin-bottom: 30px;
}
.homestyle1 .brand-wrapper .list-brands li a {
  display: block;
  border: 1px solid transparent;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
}
.homestyle1 .brand-wrapper .list-brands li a img {
  width: 100%;
}
.homestyle1 .brand-wrapper .list-brands li a:hover {
  border-color: #ffb81c;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs {
  overflow-x: hidden;
  overflow-y: hidden;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .owl-nav {
  top: -41px;
  right: 18px;
  position: absolute;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap {
  overflow: visible;
  margin-bottom: -1px;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-wrap {
  margin-right: -1px;
  margin-top: -1px;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  width: 195px;
  float: left;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 20px;
  cursor: pointer;
  font-size: 107.69%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel,
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li:hover {
  background-color: #ffb81c;
  color: #fff;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
  margin-left: 195px;
  min-height: 400px;
  border-left: 1px solid #e5e5e5;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
  width: 20.06%;
  float: left;
  border-left: 1px solid #e5e5e5;
  border-right: none;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner:first-child {
  width: 39.8%;
  border-left: none;
  border-bottom: none;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner:first-child .box-info .product-name {
  font-size: 123.07%;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .box-info {
  text-align: center;
}
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .box-info .ratings .rating-box {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.homestyle1 .newletter-wrap {
  border-top: 1px solid #e5e5e5;
  padding-top: 70px;
  margin-top: 15px;
}
.homestyle1 .newletter-wrap .title-home {
  margin-bottom: 0;
  padding-bottom: 7px;
}
.homestyle1 .newletter-wrap .title-home:before {
  display: none;
}
.homestyle1 .newletter-wrap .title-home .desc {
  letter-spacing: 0.2em;
  margin-top: 3px;
}
.homestyle1 .newletter-wrap .block-subscribe .block-content {
  margin: 0 auto;
  width: 370px;
  padding-top: 0;
  text-align: center;
  margin-bottom: 90px;
}
.homestyle1 .newletter-wrap .block-subscribe .input-box .input-text {
  height: 68px;
  font-size: 85.71%;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  background: none;
  padding-right: 0;
  color: #acacac;
  letter-spacing: 0.2em;
}
.homestyle1 .newletter-wrap .block-subscribe button.button {
  background: none;
  color: #363636;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid;
  line-height: 40px;
  height: 40px;
  width: 150px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  letter-spacing: 0.2em;
  font-size: 92.86%;
}
.homestyle1 .newletter-wrap .block-subscribe button.button:hover {
  background: #ffb81c;
  border-color: #ffb81c;
  color: #fff;
}
.homestyle1 .service-block {
  text-align: center;
  margin: -50px 0 10px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 58px;
}
.homestyle1 .service-block .row:before,
.homestyle1 .service-block .row:after {
  display: none;
}
.homestyle1 .service-block .service-item .icon-service {
  display: inline-block;
  width: 100%;
}
.homestyle1 .service-block .service-item .icon-service span {
  background: #ffb81c;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.homestyle1 .service-block .service-item .title-service {
  text-transform: uppercase;
  color: #363636;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 20px 0 3px;
  cursor: pointer;
}
.homestyle1 .service-block .service-item:hover .icon-service span {
  background: #ffb81c;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.homestyle1 .service-block .service-item:hover .title-service {
  color: #ffb81c;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media (min-width: 1200px) {
  .homestyle1 .listingtab-wrapper-default ul.ltabs-tabs {
    min-height: 78px;
  }
}
@media (min-width: 1200px) {
  .header-style-3 .menu-under.menu-on-top {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: fixed;
  }
  .header-style-3 .menu-under.menu-on-top .menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group {
    margin-top: 8px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
    margin-top: 0;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .logo-wrapper {
    top: 9px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .logo-wrapper img {
    display: none;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .logo-wrapper .logo-small,
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .logo-wrapper .logo-small img {
    display: block;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right:before {
    top: 3px;
    height: 34px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .menu-group-header-bottom {
    margin-top: 9px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
    top: 10px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
    top: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header .nav-btn-header::before {
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style-3 .menu-under.menu-on-top {
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .logo-wrapper {
    top: 8px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
    top: 10px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
    top: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header {
    line-height: 40px;
  }
  .header-style-3 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header .nav-btn-header::before {
    line-height: 40px;
  }
  .header-style-3 .content-header-top .menu-under .content-header-bottom .navigation-action {
    position: relative;
  }
  .header-style-3 .content-header-top .menu-under .content-header-bottom .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    float: none;
    padding-right: 0;
  }
  .header-style-3 .content-header-top .menu-under .content-header-bottom .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > a {
    padding-left: 0;
  }
  .header-style-3 .content-header-top .menu-under .content-header-bottom .header-bottom-right::before {
    right: 126px;
  }
  .header-style-3 .content-header-top .menu-under.menu-on-top .content-header-bottom .header-bottom-right::before {
    top: 3px;
    height: 33px;
  }
}
@media (max-width: 991px) {
  .header-style-3:before {
    content: "";
    bottom: 10px;
    height: 38px;
    width: 100%;
    position: absolute;
    background: #000;
  }
  .header-style-3 .header {
    background: transparent;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding: 20px 0 12px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .logo-wrapper .logo {
    line-height: 100%;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action {
    position: relative;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger {
    display: none;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
    display: block;
    margin: 0 -15px;
    height: 38px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu .btn-mobile-wrapper {
    border-right: 0;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu .btn-mobile-wrapper .btn-menu-mobile {
    color: #fff;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right {
    right: 10px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right:before {
    display: none;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .menu-group-header-bottom {
    margin-left: 12px;
    margin-top: 10px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .menu-group-header-bottom .menu-group-header-content .btn-menu-group {
    color: #fff;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .btn-search {
    border-left: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    color: #fff;
    line-height: 38px;
    padding: 0 13px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action .search-form-box {
    height: 140px;
    margin-top: -70px;
    padding: 33px 50px;
    top: 50%;
    width: 90%;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
    line-height: 38px;
    border-right: 1px solid #3b3b3b;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
    line-height: 38px;
    color: #fff !important;
    position: relative;
    top: 0;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count {
    background-color: #ffb81c;
    color: #fff;
    right: 12px;
    top: -17px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count:before {
    border-right-color: #fff;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
    top: 50px;
    border-top: none;
  }
}
@media (max-width: 990px) {
  .header-style-3 .logo-wrapper {
    padding: 10px;
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    background-color: #fff;
  }
  .header-style-3 .logo-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .header-style-3 .header-top-container {
    display: none;
  }
  .header-style-3 .btn-mobile-wrapper {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .header-style-3 .logo-wrapper {
    padding: 10px;
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    background-color: #fff;
  }
  .header-style-3 .logo-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .header-style-3 .header-top-container {
    display: none;
  }
  .header-style-3 .btn-mobile-wrapper {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
    margin: 0px -15px 10px;
    padding: 0 10px;
  }
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right {
    right: -5px;
  }
  .header-style-3 .popup-login {
    display: none;
  }
  .header-style-3 .mobile-login {
    display: inline;
  }
  .header-style-3 .promotion-top .header-promotion {
    height: auto;
  }
  .header-style-3 .promotion-top .header-promotion .custom-content .custom-title {
    margin-right: 10px;
  }
  .header-style-3 .promotion-top .header-promotion .timer-custom .time-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 639px) {
  .header-style-3 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action .search-form-box {
    height: 100px;
    margin-top: -50px;
    padding: 15px 20px;
    top: 50%;
    width: 90%;
  }
  .header-style-3 .slider-basic-wrapper {
    margin-top: 0px;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .header-style-3 .sm-cartpro .cartpro-content {
    width: 290px;
    padding: 15px 10px;
    right: -30px;
  }
  .header-style-3 .sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .homestyle1 .full-wrapper {
    margin-left: -45px;
    margin-right: -45px;
  }
  .homestyle1 .service-block {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homestyle1 {
    margin-top: -95px;
  }
  .homestyle1 .slider-basic-wrapper {
    padding-top: 0;
  }
  .homestyle1 .title-home {
    padding: 0 0 39px;
  }
  .homestyle1 .block.block-structure {
    margin-bottom: 0;
  }
  .homestyle1 .hotdeal-wrapper-default {
    height: 551px;
    background-size: auto 100%;
  }
  .homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog {
    width: 100%;
    margin-bottom: 30px;
  }
  .homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .main-container {
    overflow: hidden;
  }
  .homestyle1 .full-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .homestyle1 .full-wrapper.latest-post-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .homestyle1 .slider-basic-wrapper .overflow-slider {
    padding: 0 20px;
  }
  .homestyle1 .hotdeal-wrapper-default {
    height: 561px;
    background-size: auto 100%;
  }
  .homestyle1 .service-block {
    margin-top: 20px;
  }
  .homestyle1 .service-block .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    width: 33.33%;
    float: left;
  }
  .homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog {
    width: 100%;
    margin-bottom: 30px;
  }
  .homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .full-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner {
    padding: 0 15px;
  }
  .homestyle1 .hotdeal-wrapper-default .actions .btn-action.sm_quickview_handler {
    display: none !important;
  }
  .homestyle1 .listingtab-wrapper-default ul.ltabs-tabs li {
    font-size: 115%;
  }
  .homestyle1 .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel,
  .homestyle1 .listingtab-wrapper-default ul.ltabs-tabs li:hover {
    font-size: 150%;
  }
  .homestyle1 .hotdeal-wrapper-default {
    height: 610px;
  }
  .homestyle1 .filmore_pagination {
    bottom: 30px;
  }
}
@media (max-width: 400px) {
  .homestyle1 .hotdeal-wrapper-default {
    height: 748px;
  }
  .homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-image {
    width: 100%;
    top: -150px;
  }
  .homestyle1 .hotdeal-wrapper-default .deal-mega-title {
    margin-bottom: 10px;
  }
  .homestyle1 .hotdeal-wrapper-default .deal-title {
    font-size: 10px;
  }
}
@media (max-width: 567px) {
  .filmore_pagination {
    bottom: 20px;
  }
  .homestyle1 .title-home h2 {
    font-size: 160%;
  }
  .homestyle1 .slider-basic-wrapper {
    margin-top: 0;
    padding-top: 15px;
  }
  .homestyle1 .slider-basic-wrapper .overflow-slider {
    padding: 0px 20px;
  }
  .homestyle1 .hotdeal-wrapper-default {
    height: 748px;
  }
  .homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content {
    padding-top: 0px;
    margin-top: -140px;
    width: 100%;
  }
  .homestyle1 .service-block .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    width: 100%;
    margin-block-end: 0;
    margin-bottom: 30px;
  }
  .homestyle1 .newletter-wrap .block-subscribe .block-content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .homestyle1 {
    margin-top: 0;
    padding-top: 0;
  }
  .homestyle1 .newletter-wrap .block-subscribe .block-content {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .category-products .products-grid .item {
    min-height: 415px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col2-left-layout .category-products .products-grid .item,
  .col2-right-layout .category-products .products-grid .item {
    min-height: 360px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-top: 0;
  }
  .products-list .item .item-inner .box-info-list .desc {
    margin-bottom: 30px;
  }
  .col2-left-layout .sidebar,
  .col2-right-layout .sidebar {
    width: 30%;
  }
  .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: 70%;
  }
  .block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
    width: 100%;
    margin-bottom: 5px;
  }
  .block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col2-left-layout .category-products .products-grid .item,
  .col2-right-layout .category-products .products-grid .item {
    min-height: 370px;
  }
}
@media (max-width: 767px) {
  .sub-cate-list .sub-cate img {
    width: 100%;
  }
  .list-banner-image a img {
    width: 100%;
  }
  .toolbar .toolbar-inner .sorter .amount {
    display: none;
  }
}
@media (max-width: 519px) {
  .products-list .item .item-inner .box-info-list .ratings,
  .products-list .item .item-inner .box-info-list .no-rating {
    position: static;
  }
}
@media (max-width: 480px) {
  .toolbar .toolbar-inner .sortby-limiter {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 1200px) {
  /*==DETAIL PAGE==*/
  .detail-style-2.thumbs-style-vertical .product-img-box,
  .detail-style-3.thumbs-style-vertical .product-img-box {
    width: 55%;
  }
  .detail-style-2.thumbs-style-vertical .product-shop,
  .detail-style-3.thumbs-style-vertical .product-shop {
    width: 45%;
  }
  .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 14px;
  }
  .product-view-2 .case-option-vertical .more-views .lSAction .lSNext,
  .product-view-3 .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 13px;
  }
  .detail-style-2.thumbs-style-horizontal .more-views .lSSlideOuter .lSSlideWrapper,
  .detail-style-3.thumbs-style-horizontal .more-views .lSSlideOuter .lSSlideWrapper {
    height: 89px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-option-vertical .more-views {
    overflow: visible;
  }
  .case-option-vertical .more-views .btn-more.next-thumb {
    bottom: -6px;
  }
  .detail-style-1.thumbs-style-horizontal .more-views .product-image-thumbs li {
    margin-bottom: 1px;
  }
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 7px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 17px;
  }
  .product-view-2 .product-shop,
  .product-view-3 .product-shop {
    padding-top: 15px;
  }
  .product-view-2 .sidebar-view-wrapper,
  .product-view-3 .sidebar-view-wrapper {
    width: 30%;
  }
  .product-view-2 .content-detail-sidebar,
  .product-view-3 .content-detail-sidebar {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 12px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 11px;
  }
}
@media (max-width: 768px) {
  .product-view .product-shop {
    padding-top: 15px;
  }
  .resp-tab-content-active {
    border-top: 1px solid #ffb81c;
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 6px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 6px;
  }
}
@media (max-width: 480px) {
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
    bottom: 22px;
  }
  .product-view-2 .more-views .lSAction .lSNext,
  .product-view-3 .more-views .lSAction .lSNext {
    bottom: 22px;
  }
}
/***---Device---***/
@media (min-width: 1200px) {
  .wrapper {
    left: 0 !important;
  }
  .container {
    width: 1200px !important;
    max-width: 1200px !important;
  }
  .products-grid .item .item-inner .box-image .bottom-action {
    opacity: 0;
    display: block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .products-grid .item .item-inner .box-image:hover .bottom-action {
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .full-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wrapper {
    left: 0 !important;
  }
  .menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.sm-megamenu-hover.css_effect > li.hover_item > div {
    display: block !important;
  }
  /*==Detail 2, 3==*/
  .detail-style-2.thumbs-style-vertical .product-image,
  .detail-style-3.thumbs-style-vertical .product-image {
    width: 558px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*==Detail 1==*/
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
    height: 560px;
  }
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .btn-more.next-thumb {
    bottom: 6px;
  }
  /*==Detail 2, 3==*/
  .detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
  .detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
    height: 558px;
  }
  .quickview-main .option-product-wrapper .option-content .option-product {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .quickview-main .option-product-wrapper .option-content > div:last-child {
    margin-bottom: -15px;
  }
}
@media (max-width: 991px) {
  .homestyle1 .hotdeal-wrapper-default .actions .btn-action.sm_quickview_handler,
  .homestyle2 .hotdeal-wrapper-default .actions .btn-action.sm_quickview_handler,
  .products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler,
  .products-list .item .item-inner .box-info-list .actions .btn-action.sm_quickview_handler,
  .sm_quickview_handler {
    display: none !important;
  }
  .products-grid .item .item-inner .box-image .bottom-action .btn-action {
    float: none;
  }
}
@media (max-width: 767px) {
  #cpanel_wrapper {
    display: none;
  }
  /* popup newsletter */
  .promotional-popup .pop-subscribe .w-newsletter {
    padding: 15px;
    width: 100%;
  }
  .promotional-popup .pop-subscribe .w-newsletter .des-newsletter h2 {
    font-size: 250%;
  }
  .promotional-popup .pop-subscribe .w-newsletter .des-newsletter p {
    font-size: 100%;
  }
  .promotional-popup .pop-subscribe .w-newsletter .input-box {
    width: 69%;
    margin-right: 1%;
  }
  .promotional-popup .pop-subscribe .w-newsletter .action-newsletter {
    width: 27%;
  }
  .promotional-popup .pop-subscribe .w-newsletter .action-newsletter .button {
    font-size: 100%;
    width: 100%;
    padding: 0px;
  }
  .footer .footer-top .about-us-footer p {
    padding: 0px 10% 19px;
  }
  .footer .copyright .copyright-footer {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .copyright .payment-footer {
    text-align: center;
  }
  .products-list .item .item-inner {
    padding: 10px;
  }
  .products-grid .item .item-inner .box-image .effect-thumbs .second-image {
    display: none !important;
  }
  .quickview-main .option-product-wrapper .option-content .option-product {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .quickview-main .option-product-wrapper .option-content > div:last-child {
    margin-bottom: -15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .products-list .item .item-inner .box-image-list {
    width: 180px;
  }
  .products-list .item .item-inner .box-info-list {
    margin-left: 200px;
  }
  .toolbar .toolbar-inner .sortby-limiter {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
  /*==Detail 1==*/
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
    height: 250px;
  }
  /*==Detail 2, 3==*/
  .detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
  .detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .promotional-popup .pop-subscribe .w-newsletter .input-box {
    margin-right: 0px;
    width: 100%;
  }
  .promotional-popup .pop-subscribe .w-newsletter .action-newsletter {
    width: 100%;
    margin-top: 15px;
  }
  .toolbar .toolbar-inner .sortby-limiter .limiter {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
  }
  .products-list .item .item-inner .box-image-list {
    width: 100%;
  }
  .products-list .item .item-inner .box-image-list a {
    display: block;
  }
  .products-list .item .item-inner .box-image-list a img {
    width: 100%;
  }
  .products-list .item .item-inner .box-info-list {
    margin: 0;
    padding: 10px 0;
    clear: both;
  }
  .static-image-sidebar img {
    width: 100%;
  }
  .product-view .box-tags .form-add .input-box {
    margin-bottom: 5px;
    width: 100%;
  }
  .product-view .box-tags .form-add .input-box .input-text {
    width: 100%;
  }
  .product-view .product-shop .option-product-wrapper .option-content .option-product {
    width: 100%;
    margin-bottom: 15px;
  }
  /*==Detail 1==*/
  .detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
    height: 150px;
  }
  /*==Detail 2, 3==*/
  .detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
  .detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
    height: 150px;
  }
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

@charset "UTF-8";
.breadcrumbs-new li:first-child {
  padding-left: 0; }

.breadcrumbs-new li {
  display: inline-block;
  padding: 0 18px 0 8px;
  position: relative; }

.breadcrumbs-new li a {
  display: block;
  cursor: pointer; }

.breadcrumbs-new li:after {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px; }

.breadcrumbs {
  margin-bottom: 20px;
  position: relative;
  height: inherit;
  padding: 0; }
  .breadcrumbs .top-header-image {
    width: 100%; }
  .breadcrumbs .top-header-contant {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 1;
    left: 0;
    right: 0; }

.breadcrumbs-new {
  margin-bottom: 20px; }

.search-header-content {
  width: 32px !important; }

.search-form-action-new {
  position: absolute;
  right: -8px;
  width: 800px;
  top: 66px; }
  @media (max-width: 991px) {
    .search-form-action-new {
      position: fixed;
      top: 140px;
      width: 90vw;
      right: 5vw; } }

.sm-searchbox-advanced,
.sm-searchbox-popular,
.search-form-box .btn-search-close {
  display: none; }

/*Newsletter*/
.block-subscribe select {
  width: 270px;
  height: 68px;
  line-height: 68px;
  padding: 0 0 0 35px;
  float: left;
  background: #f69a43 url("https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/bg-cat-sear.png") no-repeat right 21px top 30px;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  -webkit-appearance: none; }

@media (min-width: 1200px) {
  .header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    padding: 0 10px; } }

@media (max-width: 1199px) {
  .header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    padding: 0 5px; } }

.col-main, .sidebar {
  padding-top: 113px; }

.menu-group-header-bottom .menu-group-header-content .dropdown-block-menu-group {
  margin-top: 0; }

.block-subscribe {
  position: relative; }

.ajax-loader-newsletter {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px; }

/*fix add to cart button*/
.products-grid .item .item-inner .box-image .bottom-action .btn-action.btn-cart {
  width: 68%; }

/*Home page deal product*/
.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-image {
  box-shadow: 1px 1px 9px #111; }

.deal-mega-title {
  font-size: 18px;
  color: white;
  display: inline-block;
  padding: 3px 25px;
  margin-bottom: 40px; }

/*Fix Icon menu*/
.menu-under .menu-group-header-bottom .menu-group-header-content .btn-menu-group {
  position: relative !important;
  top: -7px !important;
  padding: 5px; }

.menu-under.menu-on-top .menu-group-header-bottom .menu-group-header-content .btn-menu-group {
  top: -4px !important; }

/*Logo*/
.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper .logo-image-normal,
.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper .logo-image-small {
  background: transparent; }

.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper .logo-image-small {
  max-width: 145px;
  position: relative;
  left: -5px;
  top: -6px; }

.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper .logo-image-normal {
  position: relative;
  top: -14px;
  left: 0;
  max-width: 230px; }

.homestyle1 .hotdeal-wrapper-default {
  background: url("https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/Limited-offer-BG.jpg") no-repeat center top !important; }
  @media (max-width: 767px) {
    .homestyle1 .hotdeal-wrapper-default {
      background-size: cover !important; } }

.footer {
  background-color: #010101; }

@media (min-width: 1200px) {
  .col1-layout .category-products .products-grid .item {
    width: 25%; } }

.toolbar .toolbar-inner .pager .pages ol .load-more {
  width: 200px;
  border-radius: 0;
  border: 1px solid #ccc; }

.toolbar .toolbar-inner .pager .pages ol .load-more:hover {
  border: 1px solid #f95656 !important; }

.footer .footer-top .about-us-footer img {
  background: transparent !important; }

/* menu css fixs */
.menu-larger {
  position: relative; }

.menu-larger #nav > li > ul {
  left: 0;
  right: 0;
  width: auto !important; }

.header-style-1 .nav-container #nav > li > ul.level0 {
  padding: 20px 20px 50px; }

.header-style-1 .nav-container #nav > li > a {
  padding: 0 10px;
  position: static !important; }

.header-style-1 .nav-container #nav li {
  position: static !important; }

.cms-index-index .nav-container #nav > li:first-child > a {
  color: #363636 !important; }

.category-links-container .view-all:hover a.level1 {
  color: #363636 !important; }

.category-links-container {
  display: block;
  width: 20%;
  float: left; }

.cms-block-container {
  display: block;
  float: left;
  width: 60%;
  padding-top: 2px; }

.cms-block-container .list-items .item {
  padding: 0 !important; }

.cms-block-container .list-items {
  margin-right: -10px;
  margin-left: -10px; }

.header-style-1 .nav-container #nav li .cms-block-container .view-all,
.header-style-1 .nav-container #nav li .category-links-container .view-all {
  text-transform: uppercase;
  font-size: 114.28%;
  color: #363636;
  display: block;
  font-weight: 600;
  position: relative !important;
  padding-bottom: 11px; }

.cms-block-container .view-all:after,
.category-links-container .view-all:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 32px;
  width: 50px;
  top: 38px;
  background: #373737; }

.category-links-container > .level1 > a {
  position: relative;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 8px 0;
  display: block;
  font-weight: 500; }

.category-links-container > .level1 > a:hover:before {
  width: 22px; }

.category-links-container > .level1 > a:before {
  width: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 1px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background: #636363; }

.category-links-container > .level1 > a:hover {
  padding-left: 35px !important;
  color: #636363 !important; }

.block-bs-list-home-title h2 {
  text-transform: uppercase;
  font-size: 114.28%;
  color: #363636;
  display: block;
  font-weight: 600;
  padding: 5px 0 11px 0;
  position: relative; }

.block-bs-list-home-title h2:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 4px;
  width: 50px;
  top: 38px;
  background: #373737; }

.free-shipping-label {
  line-height: 30px;
  text-decoration: underline; }

.product-addtocart-button-container {
  font-size: 92.86% !important; }

.product-addtocart-button-container .product-addtocart-button-checkout {
  width: 220px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 500; }

.product-shop .add-to-box .add-to-cart .btn-cart {
  background-color: #363636 !important; }

/*
 *  loader Animation Start
 *
*/
#floatingCirclesG {
  position: relative;
  width: 64px;
  height: 64px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 auto;
  top: 50%; }

.f_circleG {
  position: absolute;
  background-color: #FFFFFF;
  height: 12px;
  width: 12px;
  -moz-border-radius: 6px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 0.72s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 6px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 6px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 0.72s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 6px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 0.72s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 6px;
  animation-name: f_fadeG;
  animation-duration: 0.72s;
  animation-iteration-count: infinite;
  animation-direction: linear; }

#frotateG_01 {
  left: 0;
  top: 26px;
  -moz-animation-delay: 0.27s;
  -webkit-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  -o-animation-delay: 0.27s;
  animation-delay: 0.27s; }

#frotateG_02 {
  left: 8px;
  top: 8px;
  -moz-animation-delay: 0.36s;
  -webkit-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
  animation-delay: 0.36s; }

#frotateG_03 {
  left: 26px;
  top: 0;
  -moz-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s; }

#frotateG_04 {
  right: 8px;
  top: 8px;
  -moz-animation-delay: 0.54s;
  -webkit-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  -o-animation-delay: 0.54s;
  animation-delay: 0.54s; }

#frotateG_05 {
  right: 0;
  top: 26px;
  -moz-animation-delay: 0.63s;
  -webkit-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  -o-animation-delay: 0.63s;
  animation-delay: 0.63s; }

#frotateG_06 {
  right: 8px;
  bottom: 8px;
  -moz-animation-delay: 0.72s;
  -webkit-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
  animation-delay: 0.72s; }

#frotateG_07 {
  left: 26px;
  bottom: 0;
  -moz-animation-delay: 0.81s;
  -webkit-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  -o-animation-delay: 0.81s;
  animation-delay: 0.81s; }

#frotateG_08 {
  left: 8px;
  bottom: 8px;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-moz-keyframes f_fadeG {
  0% {
    background-color: #00909e; }
  100% {
    background-color: #FFFFFF; } }

@-webkit-keyframes f_fadeG {
  0% {
    background-color: #00909e; }
  100% {
    background-color: #FFFFFF; } }

@-ms-keyframes f_fadeG {
  0% {
    background-color: #00909e; }
  100% {
    background-color: #FFFFFF; } }

@-o-keyframes f_fadeG {
  0% {
    background-color: #00909e; }
  100% {
    background-color: #FFFFFF; } }

@keyframes f_fadeG {
  0% {
    background-color: #00909e; }
  100% {
    background-color: #FFFFFF; } }

/*
 *  loader Animation End
 *
*/
.sm-cartpro .cartpro-content {
  width: 332px;
  padding: 13px 12px; }

.sm-cartpro .cartpro-products-inner .quantity-button {
  position: absolute;
  left: 72px;
  top: 0;
  float: none;
  height: auto;
  padding: 0px 10px;
  font-size: inherit;
  font-weight: inherit; }

.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent:after {
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 0; }

/**
* Mini Cart Fixes
**/
.cartpro-content {
  /*display: block !important;*/ }

.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent {
  border: 0;
  position: relative; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions {
  padding-top: 13px; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a.checkout-button {
  float: right; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
  line-height: 33px;
  font-size: 14px;
  font-weight: normal; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a:before {
  display: none; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item {
  position: relative;
  padding: 10px 0 19px; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image {
  border: 0;
  position: absolute;
  top: 0;
  left: 0; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details {
  margin-left: 80px; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product {
  display: none; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name {
  padding-right: 50px; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price,
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-qty {
  float: left;
  clear: both; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-qty {
  margin-top: 8px; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-qty .add-to-cart .control-qty {
  float: none;
  margin: 0;
  display: inline; }

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart {
  float: right;
  margin-right: 13px;
  margin-top: 5px; }

.ft-newletter .block-subscribe .title-home .desc {
  color: #EBEBEB;
  line-height: 14px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize; }

.ft-newletter .block-subscribe .title-home h2 {
  font-size: 20px;
  color: #000100;
  letter-spacing: 5px;
  margin-bottom: 15px;
  text-transform: uppercase; }

.ft-newletter .block-subscribe .button {
  background-color: #000000;
  margin-top: 26px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 2px 5px 0 5px;
  height: auto;
  line-height: 25px;
  letter-spacing: 3px; }

.ft-newletter .block-subscribe .input-box {
  margin-right: 10px; }

.ft-newletter .block-subscribe .input-box .input-text {
  border-radius: 0;
  height: 30px;
  padding-right: 5px; }

.ft-newletter .block-subscribe .block-content {
  padding-top: 10px; }

.ft-newletter .block-subscribe .ajax-message {
  color: #fff;
  font-size: 12px; }

.ft-newletter .block-subscribe {
  padding: 15px;
  background-color: #E00034; }

.product-shop .price-box {
  display: block;
  float: left; }
  .product-shop .price-box .old-price {
    float: right; }

.owl-stage {
  float: none;
  margin: 0 auto; }

@media (max-width: 992px) {
  .ft-newletter {
    float: left; } }

.ft-newletter .validation-advice {
  color: white;
  margin-top: 40px; }

.service-wrap {
  background: transparent; }
  .service-wrap .service-block {
    margin: 0;
    padding: 0; }
    .service-wrap .service-block .service-items {
      font-size: 0;
      position: relative;
      top: -50px; }
      @media (max-width: 768px) {
        .service-wrap .service-block .service-items {
          top: -30px; } }
      .service-wrap .service-block .service-items .service-item {
        font-size: 14px;
        display: inline-block;
        width: 31%;
        margin: 0 1.7%;
        vertical-align: top;
        background: white; }
        @media (max-width: 768px) {
          .service-wrap .service-block .service-items .service-item {
            display: block;
            width: 90%;
            margin: 0 5% !important;
            background: rgba(255, 255, 255, 0.8); }
            .service-wrap .service-block .service-items .service-item:nth-child(1) {
              display: none; }
            .service-wrap .service-block .service-items .service-item:nth-child(2) {
              display: none; } }
        .service-wrap .service-block .service-items .service-item:first-child {
          margin-left: 0; }
        .service-wrap .service-block .service-items .service-item:last-child {
          margin-right: 0; }
        .service-wrap .service-block .service-items .service-item .icon-service {
          padding-top: 20px; }

/*remove proceed to checkout */
.catalog-product-view .product-view .add-to-links .product-addtocart-button-checkout {
  display: none; }

.faq-block h4 {
  cursor: pointer; }

.faq-block > p {
  display: none; }

.faq-category-container {
  position: static; }
  .faq-category-container.active {
    display: block !important; }

.promo-container .container.promotion-container {
  width: 100% !important; }

.catalogsearch-result-index .breadcrumbs-new {
  display: none; }

.catalogsearch-result-index .noresult-msg {
  margin-bottom: 30px;
  color: black; }
  .catalogsearch-result-index .noresult-msg span {
    color: orange; }

.catalogsearch-result-index .promo-mini-titile {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: black; }

.catalogsearch-result-index .form-container {
  background: lightgray;
  padding: 0px 20px 20px 20px; }
  .catalogsearch-result-index .form-container .form-mini-title {
    padding: 10px 0px;
    text-align: center;
    font-weight: bold; }
  .catalogsearch-result-index .form-container form {
    position: relative; }
    .catalogsearch-result-index .form-container form input {
      width: 100%;
      padding-right: 50px;
      height: 50px;
      color: lightgrey;
      padding-left: 30px; }
    .catalogsearch-result-index .form-container form button {
      height: 50px;
      width: 50px;
      position: absolute;
      right: 0px;
      top: 0;
      background: transparent;
      z-index: 1;
      border: 0; }
      .catalogsearch-result-index .form-container form button:before {
        content: '\f002';
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-synthesis: weight style;
        font-stretch: normal;
        font-size-adjust: none;
        font-language-override: normal;
        font-kerning: auto;
        font-feature-settings: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        font-size: 18px;
        color: #636363; }

.listingtab-wrapper-default ul.ltabs-tabs li {
  display: inline-block !important; }

.title-view::before,
.listingtab-wrapper-default ul.ltabs-tabs li.tab-sel:before,
.listingtab-wrapper-default ul.ltabs-tabs li:hover:before,
.homestyle1 .title-home:before {
  display: none; }

.tab-listing-icon {
  display: none; }

.title-view .tab-listing-icon,
.listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon,
.listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon,
.homestyle1 .title-home .tab-listing-icon {
  width: 100%;
  height: 30px;
  display: block;
  position: absolute; }
  .title-view .tab-listing-icon:after, .title-view .tab-listing-icon:before,
  .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon:after,
  .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon:before,
  .listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon:after,
  .listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon:before,
  .homestyle1 .title-home .tab-listing-icon:after,
  .homestyle1 .title-home .tab-listing-icon:before {
    content: ' ';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 8px; }
  .title-view .tab-listing-icon:before,
  .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon:before,
  .listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon:before,
  .homestyle1 .title-home .tab-listing-icon:before {
    right: 50%;
    margin-right: 20px; }
  .title-view .tab-listing-icon:after,
  .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon:after,
  .listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon:after,
  .homestyle1 .title-home .tab-listing-icon:after {
    left: 50%;
    margin-left: 20px; }
  .title-view .tab-listing-icon img,
  .listingtab-wrapper-default ul.ltabs-tabs li.tab-sel .tab-listing-icon img,
  .listingtab-wrapper-default ul.ltabs-tabs li:hover .tab-listing-icon img,
  .homestyle1 .title-home .tab-listing-icon img {
    z-index: 2;
    max-width: 40px; }

.menu-under .menu-group-header-bottom .menu-group-header-content .btn-menu-group {
  display: block !important; }

.footer .footer-middle .block .title {
  display: inline-block; }

.ft-contact-us {
  pointer-events: none; }
  .ft-contact-us .content {
    pointer-events: auto; }

.page-empty .product-image-zoom {
  margin-bottom: 20px; }

.page-empty .product-view .product-essential {
  margin-bottom: 0px; }

.cms-contact-us .footer-container {
  margin-top: 20px; }

@media (max-width: 767px) {
  .structure-wrapper .container .row > div {
    margin-bottom: 20px; } }

.promotion-container .row > div {
  position: relative; }
  .promotion-container .row > div span {
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 100%;
    text-align: center;
    letter-spacing: 4px; }

@media (max-width: 767px) {
  .sales-order-history .sale-order-history-cms-container {
    display: none; } }

.basic-products-megamenu.products-grid .item .item-inner .box-info {
  bottom: -60px; }

#product-back {
  position: absolute;
  top: -44px;
  right: 0;
  text-decoration: underline;
  cursor: pointer; }
  #product-back i {
    padding-right: 5px; }
  @media (max-width: 650px) {
    #product-back {
      position: static; } }

.toolbar-bottom .results-total {
  display: none; }

.toolbar-bottom .pages {
  display: block !important; }

.toolbar .toolbar-inner .pager {
  display: block; }
  .toolbar .toolbar-inner .pager .pages {
    display: none; }
  .toolbar .toolbar-inner .pager .results-total {
    position: relative;
    top: -20px; }
  .toolbar .toolbar-inner .pager .underline {
    position: relative; }
    .toolbar .toolbar-inner .pager .underline:after {
      content: "";
      position: absolute;
      height: 2px;
      left: 32px;
      width: 50px;
      top: 28px;
      background: indianred; }

.block-login-container .tt_popup_login {
  margin: 0 !important; }

.block-login-container .block-popup-login {
  margin-top: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  box-shadow: none; }

@media (max-width: 767px) {
  .block-login-container .col-reg.login-customer, .block-login-container .col-reg.registered-account {
    width: 100% !important;
    clear: both;
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: 0 !important; }
  .block-login-container .divider-login {
    height: 10px;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 25px; }
    .block-login-container .divider-login .theme-border-color {
      border-width: 0 0 2px;
      border-style: solid; } }

.opc-wrapper-opc .btn-checkout {
  color: #fff !important; }

#dt_method_paypal_express label {
  font-size: 0 !important; }
  #dt_method_paypal_express label #pp-logo {
    height: 27px;
    display: inline-block;
    margin: 1px auto 0; }

.minicart-header:hover .cartpro-content {
  display: block !important; }

body .block-popup-login .tt_popup_login img {
  background: transparent !important; }

.std i {
  font-style: normal; }

.form-list li, .address-info li, .contact-form li {
  list-style: none; }

@media screen and (max-width: 480px) {
  .ltabs-tabs {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center; }
  .ltabs-tab.tab-sel.tab-listing-icon {
    display: block !important; }
  .ltabs-tab:nth-child(1) {
    order: 1; }
  .ltabs-tab:nth-child(2) {
    order: 2; }
  .ltabs-tab:nth-child(3) {
    order: 3; }
  .ltabs-tab.tab-sel:nth-child(1) {
    order: 3 !important; }
  .ltabs-tab.tab-sel:nth-child(2) {
    order: 2 !important; }
  .ltabs-tab.tab-sel:nth-child(3) {
    order: 1 !important; }
  .listingtab-wrapper-default ul.ltabs-tabs li {
    text-align: center !important; } }

.sale-order-history-cms-container .service-item {
  text-align: center;
  background-color: #EBEAEB; }

.change-password-label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                         not supported by any browser */
  cursor: pointer; }

.change-password-container {
  margin-top: -20px;
  padding-bottom: 20px;
  display: none; }
  .change-password-container.active {
    display: block; }

.dashboard .box .title-add,
.box-account .box-head {
  border-color: transparent;
  padding-bottom: 10px; }
  .dashboard .box .title-add h3, .dashboard .box .title-add h2,
  .box-account .box-head h3,
  .box-account .box-head h2 {
    color: #636363;
    font-size: 1em;
    position: relative; }
    .dashboard .box .title-add h3:after, .dashboard .box .title-add h2:after,
    .box-account .box-head h3:after,
    .box-account .box-head h2:after {
      content: "";
      position: absolute;
      height: 2px;
      left: 0;
      width: 50px;
      top: 20px;
      background: #636363; }

.box-account {
  border-color: #BFBFBF; }

.account-edit-inside-container {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 20px; }
  .account-edit-inside-container .fieldset {
    border: 0;
    margin-bottom: 0;
    padding: 0; }
  .account-edit-inside-container .form-list li.control label {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                         not supported by any browser */ }
  .account-edit-inside-container .password-container .required:after {
    display: none !important; }
  .account-edit-inside-container .password-container em.pass {
    color: #C7C7C7;
    display: inline;
    font-size: 0em;
    text-transform: capitalize;
    font-style: normal;
    padding-left: 5px; }

.my-orders-table-history {
  border-color: transparent; }
  .my-orders-table-history > tbody > tr > td {
    border-color: transparent;
    padding: 10px; }
  .my-orders-table-history > thead > tr > th {
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    border-left: 0;
    border-right: 0;
    background-color: #EBEAEB; }
    .my-orders-table-history > thead > tr > th:first-child {
      border-left: 1px solid #838383;
      text-align: center; }
    .my-orders-table-history > thead > tr > th:last-child {
      border-right: 1px solid #838383; }
  .my-orders-table-history .order-row-view {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                         not supported by any browser */
    cursor: pointer; }
    .my-orders-table-history .order-row-view:hover td {
      background-color: #EBEAEB; }
  .my-orders-table-history .fake-content > td {
    display: none; }

.my-order-history-item > tbody > tr > td {
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383 !important;
  border-left: 0;
  border-right: 0; }
  .my-order-history-item > tbody > tr > td:first-child {
    border-left: 1px solid #838383;
    text-align: center; }
  .my-order-history-item > tbody > tr > td:last-child {
    border-right: 1px solid #838383; }

.order-row-container .row {
  margin-top: 20px; }

.order-row-container .table-total-container {
  background-color: #EBEAEB;
  padding: 20px; }
  .order-row-container .table-total-container h4 {
    font-size: 16px;
    padding-left: 8px; }

.order-row-container .item-options dt {
  font-weight: normal; }

.order-row-container .total-history-table {
  width: 100%; }
  .order-row-container .total-history-table > tfoot {
    border: 0; }
  .order-row-container .total-history-table > tfoot > tr > td {
    border: 0;
    background-color: #EBEAEB; }
    .order-row-container .total-history-table > tfoot > tr > td:first-child {
      text-align: left !important;
      padding: 10px 50px 10px 10px; }
    .order-row-container .total-history-table > tfoot > tr > td:last-child {
      padding: 10px 10px 10px 50px;
      text-align: right !important; }

.order-row-container .order-info-box-history {
  padding: 0;
  border: 0; }
  .order-row-container .order-info-box-history h4 {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px; }
    .order-row-container .order-info-box-history h4:after {
      content: "";
      position: absolute;
      height: 2px;
      left: 0;
      width: 50px;
      top: 25px;
      background: #373737; }

.order-row-container .link-reorder {
  float: right;
  background-color: #000000;
  text-align: center;
  font-weight: normal;
  padding: 0 40px; }

.customer-address-index .page-title button {
  float: right;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 30px 0 40px;
  position: relative; }
  .customer-address-index .page-title button .fa {
    position: absolute;
    top: 13px;
    left: 12px;
    font-weight: normal;
    font-size: 10px; }

.customer-address-index .page-title h1 {
  float: left;
  line-height: 40px;
  font-size: 22px;
  color: #000; }

.addresses-primary h2,
.addresses-additional h2 {
  position: relative;
  color: #090909;
  font-size: 18px;
  margin-bottom: 22px; }
  .addresses-primary h2:after,
  .addresses-additional h2:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 50px;
    top: 27px;
    background: #373737; }

.addresses-primary .fa,
.addresses-additional .fa {
  font-size: 16px; }

.address-inner-container ol > li.item {
  background-color: #ebebeb;
  position: relative;
  padding: 20px; }
  .address-inner-container ol > li.item > p > a {
    position: absolute;
    top: 20px;
    right: 20px; }

.addresses-additional .addresses-additional-inner-container li.item {
  position: relative;
  margin-bottom: 50px;
  padding: 20px 0; }
  .addresses-additional .addresses-additional-inner-container li.item > p > a {
    position: absolute;
    top: 20px;
    right: 20px; }
    .addresses-additional .addresses-additional-inner-container li.item > p > a.link-remove {
      bottom: 0;
      top: inherit; }

.fieldset .legend {
  border: 0; }

@media (max-width: 767px) {
  .cms-page-view .container .row {
    margin: 0; } }

@media (max-width: 767px) {
  .sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
    margin-bottom: 25%; } }

@media (max-width: 767px) {
  .homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-description {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-price {
    margin-bottom: 10px; } }

.homestyle1 .hotdeal-wrapper-default .sm-deal .deal-items .deal-item .deal-item-inner .deal-content .deal-price .price-box p {
  margin-bottom: 0; }

.header-style-1:before {
  background: transparent; }

@media (max-width: 767px) {
  .header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
    margin-bottom: 0; } }

.required:after {
  content: "" !important; }

.form-list label.required em {
  display: block;
  float: right;
  font-size: 0px;
  line-height: 25px;
  font-style: normal;
  padding-left: 5px; }
  .form-list label.required em:before {
    font-size: 8px;
    content: '-Required';
    padding-right: 2px;
    color: #acacac; }

body input.radio {
  margin: 2px 6px  0 0; }

body input.checkbox {
  margin: 5px 6px  0 0; }

#empty_cart_button {
  display: none; }

.change-password-container .buttons-set .back-link {
  display: none; }

#contactForm .form-list {
  list-style-type: none; }

.promo-container {
  margin-top: 50px; }
  .promo-container > .container {
    margin-left: -10px;
    margin-right: -10px;
    width: auto !important; }

.layered-filter-container {
  position: relative;
  background-color: #EBEBEB;
  margin-bottom: 55px; }
  .layered-filter-container:before, .layered-filter-container:after {
    content: " ";
    width: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    bottom: 0; }
  .layered-filter-container:before {
    left: -100%; }
  .layered-filter-container:after {
    right: -100%; }
  .layered-filter-container .block-content {
    padding-top: 10px; }

.block-title-catalog {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #000;
  padding: 15px 0; }
  .block-title-catalog strong {
    font-weight: normal; }

.top-filter-container {
  margin-bottom: 30px; }
  .top-filter-container:before, .top-filter-container:after {
    content: "";
    display: table; }
  .top-filter-container:after {
    clear: both; }
  .top-filter-container .filter-button {
    float: left;
    width: 14.285%; }
    @media (min-width: 768px) {
      .top-filter-container .filter-button:hover .image span, .top-filter-container .filter-button.active-filtered .image span, .top-filter-container .filter-button.active .image span {
        background-color: #ccc; }
      .top-filter-container .filter-button .filter-button-inside {
        cursor: pointer; }
        .top-filter-container .filter-button .filter-button-inside .image {
          margin: 0 auto; }
        .top-filter-container .filter-button .filter-button-inside .label {
          display: block;
          text-align: center;
          width: 100%;
          margin-top: 17px;
          font-size: 96.86%;
          letter-spacing: 2px; } }
    @media (max-width: 767px) {
      .top-filter-container .filter-button {
        clear: both;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #75787B;
        border-buttom: 1px solid #75787B; }
        .top-filter-container .filter-button.active {
          background-color: #fff; }
          .top-filter-container .filter-button.active .filter-button-inside:after {
            content: "\f107"; }
        .top-filter-container .filter-button .filter-button-inside {
          position: relative;
          cursor: pointer; }
          .top-filter-container .filter-button .filter-button-inside:after {
            content: "";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 0;
            top: -4px;
            font-size: 25px; }
          .top-filter-container .filter-button .filter-button-inside .label {
            text-align: left;
            width: 100%; }
          .top-filter-container .filter-button .filter-button-inside .image {
            display: none; } }

.filter-list-container {
  min-height: 60px; }
  .filter-list-container .filter-wrapp dd ol {
    text-align: center; }
    .filter-list-container .filter-wrapp dd ol li {
      display: inline-block; }

.department-filters dd {
  text-align: center; }

.department-filters ol {
  display: inline; }

@media (min-width: 768px) {
  .block-layered-nav .block-content .filter-wrapp {
    margin: 10px 0;
    padding: 10px 0; } }

@media (max-width: 767px) {
  .block-layered-nav .block-content .filter-wrapp {
    padding: 10px; } }

.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count {
  float: none; }

.block-layered-nav .block-content .filter-wrapp dd ol li a, .block-layered-nav .block-content .filter-wrapp dd ol li span, .block-layered-nav .block-content .filter-wrapp dd ol li .item-count {
  color: #303030; }

.block-layered-nav .block-content .filter-wrapp dd ol li:hover {
  background-color: #5a5a5a; }
  .block-layered-nav .block-content .filter-wrapp dd ol li:hover a, .block-layered-nav .block-content .filter-wrapp dd ol li:hover span, .block-layered-nav .block-content .filter-wrapp dd ol li:hover .item-count {
    color: #fff; }

@media (min-width: 768px) {
  .block-layered-nav .block-content .filter-wrapp dd ol li {
    margin: 0 5px 10px 5px;
    padding: 8px;
    text-transform: uppercase;
    background-color: #ccc; } }

@media (max-width: 767px) {
  .block-layered-nav .block-content .filter-wrapp dd ol li {
    float: left;
    clear: both;
    border: 0; }
    .block-layered-nav .block-content .filter-wrapp dd ol li a {
      border-bottom: 1px solid #303030; } }

.filter-wrapp {
  display: none; }

#narrow-by-list dd .swatch-link {
  display: inline-block !important; }

.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count:hover {
  color: inherit; }

.block-layered-nav .currently .filter-shopby {
  display: none; }

.block-layered-nav .actions,
.block-layered-nav .currently {
  border: 0; }

.block-layered-nav .actions {
  text-align: left; }

.block-layered-nav .actions a {
  float: none;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline; }

.clear-all-filter-btn {
  letter-spacing: 4px;
  position: relative; }
  .clear-all-filter-btn:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px; }

.block-layered-nav .state-container .currently .btn-remove {
  display: block;
  border: 0;
  background-color: #ccc;
  color: #000;
  margin-right: 20px;
  padding-right: 10px; }
  .block-layered-nav .state-container .currently .btn-remove .value {
    display: inline;
    border: 0; }
  .block-layered-nav .state-container .currently .btn-remove:after {
    content: "\f00d";
    font-size: 14px;
    font-family: fontawesome;
    padding: 4px;
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -5px; }
  .block-layered-nav .state-container .currently .btn-remove:before {
    content: "";
    display: none; }
  .block-layered-nav .state-container .currently .btn-remove .triangle {
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ccc; }

.block-layered-nav .block-content .filter-wrapp dd ol li a {
  padding: 6px 0 3px; }

.toolbar .toolbar-inner .sortby-limiter .limiter > label, .toolbar .toolbar-inner .sortby-limiter .limiter > .selector, .toolbar .toolbar-inner .sortby-limiter .limiter > a,
.toolbar .toolbar-inner .sorter .sort-by > label, .toolbar .toolbar-inner .sorter .sort-by > .selector, .toolbar .toolbar-inner .sorter .sort-by > a {
  position: relative; }

.disabled-filter {
  cursor: not-allowed !important; }

.ico_accessories {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.filter-button:hover .filter-button-inside .image .ico_size,
.active-filtered .filter-button-inside .image .ico_size,
.active .filter-button-inside .image .ico_size {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -99px 0px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.filter-button:hover .filter-button-inside .image .ico_rating,
.active-filtered .filter-button-inside .image .ico_rating,
.active .filter-button-inside .image .ico_rating {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -99px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.filter-button:hover .filter-button-inside .image .ico_bottoms,
.active-filtered .filter-button-inside .image .ico_bottoms,
.active .filter-button-inside .image .ico_bottoms {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -99px -99px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.filter-button:hover .filter-button-inside .image .ico_isc,
.active .filter-button-inside .image .ico_isc {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -198px 0px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.filter-button:hover .filter-button-inside .image .ico_tops,
.active-filtered .filter-button-inside .image .ico_tops,
.active .filter-button-inside .image .ico_tops {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -198px -99px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.filter-button:hover .filter-button-inside .image .ico_accessories,
.active-filtered .filter-button-inside .image .ico_accessories,
.active .filter-button-inside .image .ico_accessories {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -198px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.filter-button:hover .filter-button-inside .image .ico_price,
.active-filtered .filter-button-inside .image .ico_price,
.active .filter-button-inside .image .ico_price {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -99px -198px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.ico_bottoms {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -198px -198px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.ico_rating {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -297px 0px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.ico_price {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -297px -99px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.ico_isc {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -297px -198px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.ico_tops {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -297px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

.ico_size {
  background-image: url(https://shop.parraeels.com.au/skin/frontend/sm-fcstore/default/images/filters/spritebox-sprite.png);
  background-repeat: no-repeat;
  background-position: -99px -297px;
  height: 99px;
  width: 99px;
  display: block;
  margin: 0 auto; }

/*
 * Shopping cart Mobile
 */
@media (max-width: 767px) {
  #shopping-cart-table {
    display: block;
    border: 0;
    position: relative;
    padding-bottom: 100px; }
    #shopping-cart-table thead {
      display: none;
      border: 0; }
    #shopping-cart-table tfoot {
      position: absolute;
      bottom: 0;
      border: 0;
      left: 0;
      right: 0; }
      #shopping-cart-table tfoot tr {
        display: block; }
      #shopping-cart-table tfoot td {
        border-right: 0;
        display: block; }
        #shopping-cart-table tfoot td button {
          float: left;
          clear: both;
          width: 100%;
          margin: 0  0 10px 0; }
    #shopping-cart-table tbody {
      display: block;
      border: 0; }
      #shopping-cart-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        position: relative; }
        #shopping-cart-table tbody tr:before, #shopping-cart-table tbody tr:after {
          content: "";
          display: table; }
        #shopping-cart-table tbody tr:after {
          clear: both; }
        #shopping-cart-table tbody tr td {
          border: 0;
          display: block;
          float: left;
          padding: 0 10px; }
          #shopping-cart-table tbody tr td .product-image > img {
            width: 100%;
            height: auto;
            min-width: 100%; }
          #shopping-cart-table tbody tr td:first-child {
            clear: both;
            width: 30%;
            padding: 10px; }
          #shopping-cart-table tbody tr td:nth-child(2) {
            width: 70%;
            padding-top: 10px;
            padding-right: 45px; }
          #shopping-cart-table tbody tr td:nth-child(3) {
            position: absolute;
            bottom: 5px;
            left: 30%; }
          #shopping-cart-table tbody tr td:nth-child(6), #shopping-cart-table tbody tr td:nth-child(5), #shopping-cart-table tbody tr td:nth-child(4) {
            line-height: 40px;
            padding-bottom: 30px; }
          #shopping-cart-table tbody tr td:nth-child(4) {
            color: red; }
          #shopping-cart-table tbody tr td:last-child {
            position: absolute;
            top: 10px;
            right: 10px; }
      #shopping-cart-table tbody .item-options {
        margin-bottom: 0; } }

#dt_method_afterpaypayovertime label img {
  width: 117px;
  margin-top: 0 !important; }

.opc-wrapper-opc .opc-review-actions .btn-checkout.button-disabled span {
  background-color: #363636; }

#modal-agreement .md-content {
  color: inherit; }

#modal-agreement .close {
  opacity: 1; }
  #modal-agreement .close.btn {
    text-shadow: none; }
    #modal-agreement .close.btn span {
      background: #363636; }
    #modal-agreement .close.btn:hover span {
      background: #666 !important; }

@media (max-width: 767px) {
  .checkout-cart-index .col-main {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .opc-index-index .col-main {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .catalog-product-view .product-view .product-shop .product-options-bottom {
    padding-top: 0px; } }

@media (max-width: 479px) {
  .toolbar .toolbar-inner .sortby-limiter .limiter {
    border-bottom: 0; } }

@media (max-width: 767px) {
  .breadcrumbs .title-page h1 {
    font-size: 100%;
    padding-top: 17px; } }

.option-customize-container .option-label-container {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 15px 0;
  height: 50px; }
  .option-customize-container .option-label-container .label-customize {
    float: left;
    line-height: 16px;
    padding: .2em .6em .3em; }
  .option-customize-container .option-label-container .input-container {
    position: relative;
    top: -8px; }
  .option-customize-container .option-label-container .option-trigger-custom {
    float: right;
    position: relative;
    padding: 0 10px; }
    .option-customize-container .option-label-container .option-trigger-custom input {
      position: absolute;
      top: 15px;
      left: 16px; }

.option-customize-container .option-content {
  padding-top: 10px; }
  .option-customize-container .option-content dt label {
    font-size: 14px;
    color: #75787B;
    text-transform: capitalize; }
  .option-customize-container .option-content .price-notice {
    padding-left: 0; }
    .option-customize-container .option-content .price-notice .price {
      font-size: 14px;
      color: #75787B; }

.option-customize-container .option-content-container-custom {
  margin-top: 0px;
  padding: 20px 0;
  margin-bottom: 20px; }
  .option-customize-container .option-content-container-custom .custom-option-team-container {
    margin-bottom: 8px; }
  .option-customize-container .option-content-container-custom dd {
    margin-bottom: 5px; }

@media (max-width: 767px) {
  body .block-popup-login .tt_popup_login {
    padding: 0; } }

@media (max-width: 767px) {
  body .block-popup-login .tt_popup_login > img {
    margin-right: 7px; } }

@media (max-width: 767px) {
  body .block-popup-login .tt_popup_login > strong {
    font-size: 13px; } }

/* Small Screen */
/* Home page */
@media (max-width: 767px) {
  .home-default .box-content {
    margin-bottom: 0; }
  .home-default .hotdeal-wrapper-default {
    margin-top: 60px; }
  .home-default .newletter-wrap {
    padding-top: 15px; }
  .home-default .block-subscribe > .block-content {
    margin-bottom: 50px; }
  .footer {
    padding-top: 60px; } }

@media (max-width: 567px) {
  .homestyle1 .hotdeal-wrapper-default {
    height: 660px; } }

