﻿/**************************************************************************************
GLOBAL CUSTOM CSS
Project: Leffler
Date: 9/08/2017
Author: Jessica Gunawardana

COLOURS:
Darker Grey: #333336;
Dark Grey: #49474a
Medium Grey: #67676d
Light Grey: #f3f3f6
Tan: #994708
**************************************************************************************/

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    -webkit-font-feature-settings: "liga" 0;
    -moz-font-feature-settings: "liga" 0;
    -ms-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 1px;
    color: #49474a;
}

h1, h2, h3, h4, h5 {
    font-family: 'Fira Sans', sans-serif;
    margin-top: 0;
}

h2, h3, h4 {
    margin-bottom: 15px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 49px;
    margin: 0;
    letter-spacing: 3px;
    color: #333336;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #994708;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #994708;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #333336;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #994708;
}

h6 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333336;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 20px;
    color: #49474a;
    word-wrap: break-word;
}

small {
    font-size: 11px;
}

img {
    max-width: 100%;
    height: auto;
}

#searchpartial .items-in img {
    width: 100%;
}

strong {
    font-weight: 500;
}

a {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

    a,
    a:visited {
        text-decoration: underline;
        color: #994708;
    }

        a:hover,
        a:active {
            text-decoration: none;
            color: #994708;
        }

        a:focus,
        :focus {
            outline: 0;
            outline-offset: 0;
        }

/* fallback check */

.wf-loading p {
    font-family: 'Fira Sans Extra Condensed', 'Arial', sans-serif;
}

.wf-active p {
    font-family: 'Fira Sans Extra Condensed', 'Arial', sans-serif;
}

.wf-inactive p {
    font-family: 'Fira Sans Extra Condensed', 'Arial', sans-serif;
}



blockquote,
.blockquote {
    font-size: 24px;
    font-weight: 200;
    font-style: italic;
    line-height: 32px;
    display: block;
    padding: 30px 100px 40px;
    text-align: center;
    color: #333336;
}

    blockquote:before,
    .blockquote:before {
        content: "";
        background-color: #cca383;
        height: 2px;
        display: block;
        margin: 0 auto 25px;
        width: 45px;
    }

    blockquote:after,
    .blockquote:after {
        content: "";
        background-color: #cca383;
        height: 2px;
        display: block;
        margin: 25px auto 0;
        width: 45px;
    }


ol {
    margin-top: 30px;
    margin-bottom: 30px;
}

ul {
    /*margin-left: 20px;*/
}

    ul li {
        list-style-type: none;
    }

.content ul {
    margin-top: 30px;
    margin-bottom: 30px;
    /*margin-left: 20px;*/
}

    .content ul li {
        /*background-image: url(/images/leffler/bullet-square.jpg);*/
        background-position: 0 7px;
        background-repeat: no-repeat;
        /*margin-bottom: 12px;
    padding-left: 24px;*/
        list-style-type: none;
    }


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #994708;
    color: #994708;
    font-weight: 700;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #994708;
    color: #994708;
    font-weight: 700;
}


.nav-tabs > li > a {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 998;
    color: #994708;
    text-decoration: none;
}

ol {
    margin-left: 35px;
}

    ol li {
        list-style-type: decimal;
        margin-bottom: 12px;
        padding-left: 9px;
    }

hr {
    float: left;
    border-top: 1px solid #ebebef;
    width: 100%;
}

.lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
    color: #333336;
}

.red {
    color: #d43737;
}

.caption {
    font-size: 11px;
    font-weight: 400;
}

a.text-link,
a.text-link:visited {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    color: #333336;
}

    a.text-link:hover,
    a.text-link:active,
    a.text-link:focus {
        text-decoration: none;
        color: #67676d;
    }

        a.text-link:hover:after,
        a.text-link:active:after,
        a.text-link:focus:after {
            display: none;
        }

.text-link i {
    font-size: 11px;
    line-height: 15px;
    margin-left: 2px;
    float: right;
    display: inline-block;
    position: relative;
    width: 11px;
}

.text-link:after {
    content: "";
    background-color: #333336;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

/********** STRUCTURE **********/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section {
    padding: 60px 0;
}

#products.popurlar_product, #searchedProducts.popurlar_product #searchpartial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#products.popurlar_product:before, #searchedProducts.popurlar_product #searchpartial:before,
#products.popurlar_product:after, #searchedProducts.popurlar_product #searchpartial:after {
        display: block;
        content: "";
        clear: both;
}


    #products.popurlar_product [class*='col-'], #searchedProducts.popurlar_product [class*='col-'] {
        -webkit-box-flex: 0 0 33.33333333%;
        -moz-box-flex: 0 0 33.33333333%;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }


.item-detail-page .price.pricetotal {
    color: #994708;
}


/********** TABLES **********/
.table > thead > tr > th,
table > thead > tr > th {
    border-bottom: 1px solid #994708;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border-bottom: 1px solid #ebebef;
}

.table > tfoot > tr > td {
    font-size: 16px;
    padding: 14px 8px 12px;
}

    .table > tfoot > tr > td strong {
        text-transform: uppercase;
    }

.table > tfoot > tr:last-of-type td {
    border-bottom: none;
}

thead th {
    font-family: "Fira Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    padding: 10px;
    vertical-align: top;
    color: #333336;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f8;
}

td {
    font-weight: 300;
    padding: 10px;
    vertical-align: top;
}

/********** BUTTONS **********/
.btn-small,
.btn-sm {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    height: 34px;
    padding: 9px 25px 8px;
}

.btn-md {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    height: 42px;
    padding: 9px 20px 8px;
}

.btn-lg {
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
}

.btn-default {
    background: transparent;
    border: 1px solid #49474a;
    text-decoration: none;
    color: #49474a !important;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        background: #49474a;
        border: 1px solid #49474a;
        text-decoration: none;
        color: #fff !important;
    }

.btn-primary {
    background: #994708;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background: #592a05;
        border: none;
        text-decoration: none;
    }

.btn-secondary {
    background: #333336;
    border: 1px solid #333336;
    text-decoration: none;
    color: #fff !important;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        background: #161517;
        border: 1px solid #161517;
        text-decoration: none;
        color: #fff;
    }

a.btn-slider,
a.btn-slider:visited {
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    border: none;
    letter-spacing: 3px;
    padding: 9px 30px 8px !important;
    text-transform: uppercase;
    color: #333336;
}

    a.btn-slider:hover,
    a.btn-slider:active,
    a.btn-slider:focus {
        background-color: #994708;
        border: none;
        color: #fff;
    }

    a.btn-slider i {
        font-size: 20px;
        margin-left: 8px;
    }

/********** STRUCTURE **********/


/********** 404 PAGES **********/

#error h1, #error h2, #error h3, #error p {
    text-align: center;
}



/********** MODALS **********/
.modal-backdrop {
    background-color: #19191b;
}

    .modal-backdrop.in {
        opacity: 0.85;
    }

.modal-content {
    border-radius: 0;
    border: none;
}

.modal .close {
    opacity: 0.5;
    margin-bottom: 12px;
}

    .modal .close:focus,
    .modal .close:hover {
        opacity: 1;
    }

/* Wholesale Popup */
#joinNowModal .modal-dialog {
    width: 570px;
}

#joinNowModal .modal-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 50px 110px;
    text-align: center;
    color: #fff;
}

    #joinNowModal .modal-content:before {
        content: "";
        background-color: #000;
        display: block;
        height: 100%;
        opacity: .35;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

#joinNowModal h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#joinNowModal p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

#joinNowModal a {
    color: #fff;
}

    #joinNowModal a.dismiss {
        display: block;
    }

#joinNowModal .btn-default,
#joinNowModal .btn-default:visited {
    font-size: 20px;
    line-height: 54px;
    border: 1px solid #fff;
    height: 54px;
    display: block;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 190px;
    text-transform: uppercase;
    color: #fff !important;
}

    #joinNowModal .btn-default:hover,
    #joinNowModal .btn-default:active,
    #joinNowModal .btn-default:focus {
        background-color: #fff;
        color: #994708 !important;
    }

    #joinNowModal .btn-default i {
        font-size: 22px;
    }

/********** FORMS **********/
form * {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

form h2,
form h3,
form h4,
form h5 {
    font-family: 'Fira Sans', sans-serif;
}

.alert {
    margin-top: 20px;
}

.table .btn {
    margin-top: 0;
}

.inline-form .btn {
    margin-top: 0;
}

.form-group {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

label {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #49474a;
}

.form-control {
    background-color: #eeeef0;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    padding: 0 12px;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    color: #49474a;
}


.cart-container {
    padding-right: 0;
}

.form-control.cart-count {
    height: 42px;
}

textarea .form-control {
    height: 150px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-validation-error, #contact_form .input-validation-error {
    border: 1px solid #d43737;
    background: #eeeef0;
}

.field-validation-error, #contact_form .field-validation-error {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #d43737 !important;
}

input.error, input.error:focus, select.error, select.error:focus, #contact_form input.error, #contact_form input.error:focus, #contact_form select.error, #contact_form select.error:focus {
    border: 1px solid #d43737 !important;
}

label.error {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #d43737;
    text-transform: none;
}

.error {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #d43737;
}

.checkbox {
    margin-left: 20px;
}

    .checkbox input[type="checkbox"] {
        margin-left: -20px;
        cursor: pointer;
    }

    .checkbox label {
        padding-left: 10px;
    }

        .checkbox label::before {
            background-color: #eeeef0;
            border: none;
            margin-left: -20px;
            height: 20px;
            width: 20px;
        }

        .checkbox label::after {
            margin-left: -20px;
            padding-top: 3px;
            padding-left: 5px;
            height: 20px;
            width: 20px;
        }

input[type="checkbox"].styled:checked + input + label:after,
input[type="radio"].styled:checked + input + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.radio label {
    padding-left: 10px;
}

    .radio label::before {
        background-color: #eeeef0 !important;
        width: 20px;
        height: 20px;
        border: none !important;
        /*left: 6px;
    top: 6px;*/
    }

    .radio label::after {
        width: 8px;
        height: 8px;
        left: 6px;
        top: 6px;
        background-color: #49474a;
    }

label.mandatory:after {
    content: "*";
    font-weight: 400;
    margin-left: 4px;
    color: #d43737;
}

.terms label {
    font-size: 13px;
    text-transform: none;
}

.statement {
    float: left;
    width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    letter-spacing: 2px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    letter-spacing: 2px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    letter-spacing: 2px;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    letter-spacing: 2px;
}

.contourIndicator {
    font-weight: 400;
    margin-left: 4px;
    color: #d43737;
}

#contact_form .contourIndicator {
    margin-left: 0;
}

.contourField {
    margin-bottom: 20px;
}

/********** PANELS **********/
.panel {
    border-radius: 0;
    border-color: #ebebef;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #ebebef;
    color: #49474a;
}

.panel-default h4 {
    margin-bottom: 0;
}

.panel-info > .panel-heading {
    background-color: transparent;
    border: none;
}

.row-eq-height .panel {
    height: 100%;
}

.panel-heading small {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

/********** BREADCRUMBS **********/
.sub-banner {
    float: left;
    padding: 39px 0 36px;
    width: 100%;
}

    .sub-banner .breadcrumb {
        margin-top: 5px;
    }

        .sub-banner .breadcrumb li {
            font-family: 'Fira Sans Extra Condensed', sans-serif;
            font-size: 14px;
            font-weight: 400;
            padding-left: 0;
            color: #67676d;
        }

        .sub-banner .breadcrumb a {
            font-family: 'Fira Sans Extra Condensed', sans-serif;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            color: #994708;
        }

        .sub-banner .breadcrumb > li + li:before {
            content: "/";
            font-family: 'Fira Sans Extra Condensed', sans-serif;
            padding-left: 5px;
            padding-right: 5px;
            color: #67676d;
        }

/********** PAGINATION **********/
.pagination {
    margin-top: 22px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#products-list li.disabled {
    opacity: 0;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #b8b8b9;
}

    .pagination > li > a:hover {
        background-color: #b8b8b9;
        border-color: #b8b8b9;
        color: #fff;
    }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #333336;
    border-color: #333336;
}

/********** PAGE HEADER **********/
.static-hero-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 330px;
    width: 100%;
}

/********** SHARE ICONS **********/
.share-title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

#share {
    display: inline-block;
}

    #share a {
        font-size: 10px;
        color: #333336;
    }

        #share a:hover,
        #share a:active {
            color: #994708;
        }

.jssocials-share {
    line-height: 15px;
    margin: 0 7px !important;
}

/********** BACK TO TOP **********/
.cd-top {
    font-size: 10px;
    line-height: 10px;
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: none;
    text-decoration: none;
    z-index: 99;
}

    .cd-top.cd-is-visible {
        opacity: 1;
        -webkit-transition: border 400ms ease-out 1ms;
        -moz-transition: border 400ms ease-out 1ms;
        -o-transition: border 400ms ease-out 1ms;
        transition: border 400ms ease-out 1ms;
    }

    .cd-top:hover,
    .cd-top:focus,
    .cd-top:active {
        text-decoration: none;
    }

.no-touch .cd-top:hover {
    background-color: transparent;
    border: 1px solid #333336;
    text-decoration: none;
    color: #333336;
}

.cd-top i {
    font-size: 18px;
    line-height: 28px;
    color: #333336;
}

.cd-top a,
.cd-top span {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    display: block;
    text-transform: uppercase;
    color: #333336;
}


/********** HEADER **********/
header {
    margin-bottom: 0;
}

.header-style-2 {
    float: left;
    height: 245px;
    width: 100%;
    margin-bottom: 0px !important;
}

header .logo {
    float: left;
    margin-top: 47px;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
}

.logo img {
    max-width: 275px;
    width: 100%;
    height: auto;
}

.gst-text {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 12px;
    float: right;
}

.gst-price {
    display: none;
}

    .gst-price.mobile-375 {
        display: none;
    }

.gst-text + form {
    clear: both;
}

/*.middle-bar .gst-price {
    display: none;
}*/

.middle-bar .gst-price.mobile-374 {
    display: none;
}

/* Promo  */
.promo-bar {
    background-color: #994708;
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    line-height: 1.75em;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    padding: 7px;
}

/* Top Bar */
.top-bar {
    float: left;
    line-height: 38px;
    height: 38px;
    width: 100%;
}

    .top-bar a,
    .top-bar a:visited,
    .top-links li a,
    .top-links li a:visited {
        font-family: 'Fira Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-left: 20px;
        text-transform: uppercase;
        text-decoration: none;
        color: #333336;
    }

    .top-bar ul {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .top-bar li {
        background-image: none;
        background-position: inherit;
        background-repeat: inherit;
        padding-left: 0;
        margin-bottom: 0;
    }

    .top-bar .language a {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #333336;
    }

.top-links.pull-left a {
    margin-left: 0;
    margin-right: 16px;
    position: relative;
    display: inline-block;
}

    .top-links.pull-left a:hover,
    .top-links.pull-left a:active {
        color: #994708;
    }

    .top-links.pull-left a.phone {
        padding-left: 30px;
    }

    .top-links.pull-left a.email {
        padding-left: 34px;
    }

.top-links.pull-left i {
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-links i {
    font-size: 18px;
}

    .top-links i.icon-envelope {
        font-size: 20px;
        /*top: -2px;*/
    }

.top-links.contact-links {
    width: 450px;
}

.top-links .social-icons li {
    margin-left: 0;
}

.top-links .social-icons i {
    font-size: 14px;
    color: #666668;
}

.top-links.minit-link {
    float: left;
    align-content: center;
}

.social-links.top-links li a {
    line-height: 42px;
}

    .social-links.top-links li a:hover,
    .social-links.top-links li a:active,
    .social-links.top-links li a:hover i,
    .social-links.top-links li a:active i {
        color: #994708;
    }

header .language a.active {
    color: #333336;
}

.header-style-2 .top-bar {
    border-bottom: 1px solid #f3f3f6;
}

.header-style-2 .top-links .social_icons {
    border-left: none;
}

/* Middle Bar */
.middle-bar {
    float: left;
    width: 100%;
    position: relative;
}

/* Level 1 Navigation */
.ownmenu {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

    .ownmenu a {
        z-index: 97;
    }

header nav .ownmenu li {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    padding-left: 0;
    margin-bottom: 0;
}

header .sticky nav.webimenu {
    z-index: 98;
}

header nav .ownmenu li.meganav {
    padding: 0 16px;
}

    header nav .ownmenu li.meganav:first-of-type {
        padding-left: 0;
    }

    header nav .ownmenu li.meganav:last-of-type {
        padding-right: 0;
    }

header nav .ownmenu > li.meganav > a {
    position: relative;
}

    header nav .ownmenu > li.meganav > a:after {
        content: "";
        background: #994708;
        height: 3px;
        display: block;
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 0%;
        -webkit-transition: width 400ms ease-out 1ms;
        -moz-transition: width 400ms ease-out 1ms;
        -o-transition: width 400ms ease-out 1ms;
        transition: width 400ms ease-out 1ms;
    }

    header nav .ownmenu > li.meganav > a:hover:after {
        content: "";
        background: #994708;
        height: 3px;
        display: block;
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%;
    }

header nav.webimenu {
    z-index: 99;
}

header nav li a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    padding: 20px 0 35px;
    letter-spacing: 1px;
}

    header nav li a:hover {
        color: #994708;
    }

.count16 {
    padding: 0 0 15px;
    width: 135px;
}

.header-style-2 nav li a,
.header-style-2 nav li a:visited {
    text-decoration: none;
}

/* Mega Menu */
header .ownmenu > li > .megamenu.full-width {
    background-color: #f7f7fb;
    margin-left: 0;
    padding: 42px 50px 22px;
    top: 71px;
    max-width: 100%;
}

    header .ownmenu > li > .megamenu.full-width li.col-md-3 {
        padding-bottom: 23px;
        height: 220px;
        width: 24.7%;
    }

.ownmenu li > .megamenu h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    margin-bottom: 15px;
    text-transform: none;
    color: #333336;
}

header .ownmenu li > .megamenu li a {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 15px 2px 0;
    text-transform: none;
    color: #67676d;
}

    header .ownmenu li > .megamenu li a:hover {
        color: #994708;
    }

header .ownmenu li > .megamenu li.view-all a {
    font-weight: 500;
    padding: 10px 15px 10px 0;
    text-decoration: none;
    color: #333336;
}

    header .ownmenu li > .megamenu li.view-all a:hover,
    header .ownmenu li > .megamenu li.view-all a:active,
    header .ownmenu li > .megamenu li.view-all a:focus {
        text-decoration: underline;
    }

/* My Account Menu */
header .myaccount.ownmenu {
    display: inline-block !important;
    width: auto;
    float: right;
}

.top-links .myaccount li {
    line-height: 10px;
}

.myaccount li.sub-menu:hover > ul.dropdown {
    background-color: #f7f7fb;
    display: block;
    /*padding: 10px;*/
    top: 38px;
    z-index: 9999;
}

    .myaccount li.sub-menu:hover > ul.dropdown li {
        margin: 0;
    }

        .myaccount li.sub-menu:hover > ul.dropdown li a {
            font-size: 13px;
            font-weight: 300;
            margin: 0;
            padding: 8px 20px;
            text-transform: none;
            color: #49474a !important;
        }

            .myaccount li.sub-menu:hover > ul.dropdown li a:hover,
            .myaccount li.sub-menu:hover > ul.dropdown li a:active,
            .myaccount li.sub-menu:hover > ul.dropdown li a:focus {
                color: #994708 !important;
            }

.myaccount .sub-menu > a {
    margin-left: 0;
    text-transform: none;
}

.myaccount .sub-menu span {
    font-size: 13px;
}

.myaccount .sub-menu i {
    font-size: 16px;
    line-height: 39px !important;
    margin-right: 15px;
    color: #666668;
}

.myaccount .sub-menu span i.icon-user {
    font-size: 14px;
    margin-right: 5px;
}

.myaccount .sub-menu span i.icon-arrow-down {
    font-size: 11px;
}

/* Sticky Header */
.sticky-wrapper {
    height: 72px !important;
}

.sticky > .container {
    position: relative;
    z-index: 9;
}

.sticky > .menu {
    position: relative;
    z-index: 8;
}

header .is-sticky .sticky {
    padding-top: 0;
    height: 175px;
}

.header-style-2 .is-sticky .sticky .logo {
    margin-top: 43px;
}

.header-style-2 .is-sticky .sticky .menu {
    border-top: 1px solid #f3f3f6;
}

.header-style-2 .is-sticky .sticky .ownmenu > li.meganav > a:after {
    bottom: 0;
}

.header-style-2 .is-sticky .sticky .ownmenu > li.meganav > a:hover:after {
    bottom: 0;
}

.header-style-2 .is-sticky .sticky .ownmenu > li.shop-cart a {
    padding: 20px 0;
}

    .header-style-2 .is-sticky .sticky .ownmenu > li.shop-cart a.media-heading {
        padding: 0;
    }

.header-style-2 .is-sticky .sticky .ownmenu > li.shop-cart .cart-img a {
    padding: 0;
}

.header-style-2 .is-sticky .sticky .ownmenu > li > .megamenu.full-width {
    top: 75px;
}



/****** SHOPPING CART ICON  ******/

header .sticky nav.webimenu {
    position: relative;
}

.search-nav form {
    margin-right: 50px;
}

ul#shoppingCart.ownmenu {
    width: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 96px;
}


/**** SHOPPING CART DETAILS ****/

.shopping-cart .cart-details {
    min-height: 112px;
}


/********** SHOPPING CART PREVIEW **********/
header .ownmenu > li.shop-cart {
    margin-left: 19px;
}

    header .ownmenu > li.shop-cart a {
        padding: 20px 0 5px;
        display: block;
        z-index: 9;
    }



    header .ownmenu > li.shop-cart i {
        font-size: 27px;
        margin: 44px 6px 0 0;
    }

header .shop-cart {
    font-family: 'Fira Sans', sans-serif;
}

    header .shop-cart .numb {
        background-color: #994708;
        font-family: 'Fira Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 20px;
        height: 26px;
        padding-left: 1px;
        width: 26px;
        top: 48px;
        left: inherit;
        right: -2px;
        border: 3px solid #fff;
        z-index: 10;
    }

.ownmenu ul.dropdown {
    top: 80px;
}

    .ownmenu ul.dropdown,
    .ownmenu ul.dropdown li ul.dropdown {
        z-index: 100;
    }

header .shop-cart ul.dropdown {
    background: #f3f3f6;
    padding: 30px 25px !important;
    top: 92px;
}


header .ownmenu > li.shop-cart a.media-heading {
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    color: #333336 !important;
}

    header .ownmenu > li.shop-cart a.media-heading:hover {
        text-decoration: underline;
        color: #333336 !important;
    }

header .shop-cart span {
    float: left;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 0;
    width: auto;
    color: #333336;
}

    header .shop-cart span.option-choice {
        font-size: 12px;
        line-height: 22px;
    }

    header .shop-cart span.price:before {
        content: "/";
        margin: 0 10px;
    }

    header .shop-cart span.price {
        color: #333336;
    }

header .shop-cart ul.dropdown li {
    border-bottom: 1px solid #b9b9bc;
    padding: 20px 0;
}

    header .shop-cart ul.dropdown li:first-of-type {
        padding-top: 0;
    }

header .shop-cart .subtotal,
header .shop-cart .subtotal span.amount {
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    float: none;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #49474a;
    text-align: center;
    width: 100%;
}

    header .shop-cart .subtotal span.amount {
        width: auto;
        color: #994708;
    }

header .ownmenu .shop-cart ul.dropdown li a.btn {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    display: block;
    letter-spacing: 2px;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
}

    header .ownmenu .shop-cart ul.dropdown li a.btn.btn-default {
        background: transparent !important;
        line-height: 34px;
        border: 1px solid #49474a;
        padding: 0 16px !important;
        color: #49474a !important;
    }

        header .ownmenu .shop-cart ul.dropdown li a.btn.btn-default:hover,
        header .ownmenu .shop-cart ul.dropdown li a.btn.btn-default:active,
        header .ownmenu .shop-cart ul.dropdown li a.btn.btn-default:focus {
            background: #49474a !important;
            color: #fff !important;
        }

    header .ownmenu .shop-cart ul.dropdown li a.btn.btn-primary {
        background: #994708 !important;
        padding: 0 16px !important;
        color: #fff !important;
    }

        header .ownmenu .shop-cart ul.dropdown li a.btn.btn-primary:hover,
        header .ownmenu .shop-cart ul.dropdown li a.btn.btn-primary:active,
        header .ownmenu .shop-cart ul.dropdown li a.btn.btn-primary:focus {
            background: #592a05 !important;
        }

    header .ownmenu .shop-cart ul.dropdown li a.btn i {
        font-size: 10px;
        margin: 0;
        margin-left: 3px;
        width: 12px;
    }

header .shop-cart h6 {
    margin-bottom: 0;
    color: #333336;
}

li.no-padding.no-border {
    padding-bottom: 0 !important;
}

header .ownmenu ul.dropdown li a.view-all {
    font-size: 13px;
    padding: 15px 0;
    text-transform: none;
    text-align: center;
    text-decoration: underline;
    color: #994708 !important;
}

    header .ownmenu ul.dropdown li a.view-all:hover {
        text-decoration: none;
    }

header .shop-cart ul.dropdown li hr {
    border-top: 1px solid #b9b9bc;
    margin: 0;
    padding: 0;
}

/********** SEARCH **********/
header .search-nav {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.search-nav form {
    position: relative;
}



header .search-nav .form-control {
    background-color: #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: 40px;
    border: 1px solid #b8b8b9;
    padding: 0 44px 0 12px;
    height: 40px;
    letter-spacing: 2px;
    width: 369px;
    color: #313134;
    z-index: 100;
}

header .search-nav button {
    background: transparent;
    border: none;
    padding: 0px;
    color: #333336;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    right: 0;
    height: 40px;
    position: relative;
}

header .search-nav button i {
    font-size: 20px !important;
}

/********** SLIDERS **********/
/* Home - Rev Slider*/
.tp-simpleresponsive > ul > li {
    background-image: none !important;
    background-position: inherit !important;
    background-repeat: inherit !important;
    padding-left: 0 !important;
}

.home-slider .small-title {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 50px !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}

.home-slider .large-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 84px;
    font-weight: 700;
    line-height: 94px;
    letter-spacing: 10px;
    margin-bottom: 50px !important;
    text-transform: uppercase;
    color: #fff;
}

.home-slider .description {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 2px;
    color: #fff;
}

.tp-bullets.preview4 .bullet {
    background-color: transparent !important;
    height: 10px !important;
    border: 1px solid #fff !important;
    margin: 0 5px !important;
    width: 10px !important;
}

    .tp-bullets.preview4 .bullet:hover,
    .tp-bullets.preview4 .bullet.selected {
        background: #fff !important;
        height: 10px !important;
        border: 1px solid #fff !important;
        margin: 0 5px !important;
        width: 10px !important;
    }

.tparrows.preview4:after {
    background-color: transparent;
    font-family: "fontello";
    font-size: 48px;
    line-height: 108px;
    width: 48px;
    height: 48px;
}

.tp-leftarrow.preview4:after {
    content: '\e805';
    left: 15px;
}

.tp-rightarrow.preview4:after {
    content: '\e806';
    right: 15px;
    left: inherit;
}

/* Product Carousels (Eg. Reduced to Clear & Related Products) */
.home .product-carousel {
    padding: 80px 0;
    border: none;
}

.product-carousel {
    padding: 30px 0;
    border: none;
}

    .product-carousel h4 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 3px;
        color: #333336;
    }

        .product-carousel h4:after {
            content: "";
            background-color: #c1c1c2;
            height: 1px;
            display: block;
            margin: 27px auto 0;
            width: 60px;
        }

    .product-carousel .tittle-2 {
        margin-bottom: 10px;
    }

    .product-carousel .owl-carousel .owl-item p.no-items {
        text-align: center;
    }

    .product-carousel .popurlar_product .over-item {
        background: transparent;
    }

    .product-carousel .popurlar_product .items-in {
        margin-bottom: 0;
    }

    .product-carousel .new-arrival .items-in {
        background-color: transparent;
    }

    .product-carousel .popurlar_product .details-sec .prices {
        border-top: none;
    }

    .product-carousel .popurlar_product .details-sec .price.sale-price {
        color: #d43737;
    }

    .product-carousel .popurlar_product .details-sec > a {
        border-bottom: 1px solid #ebebeb;
    }

    .product-carousel .details-sec span.price strike {
        margin-right: 5px;
        color: #333336;
    }

    .product-carousel.new-arri-w-slide .popurlar_product .owl-nav {
        top: 33%;
    }

        .product-carousel.new-arri-w-slide .popurlar_product .owl-nav .owl-prev,
        .product-carousel.new-arri-w-slide .popurlar_product .owl-nav .owl-next,
        .product-carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
        .product-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
            background: transparent;
            position: absolute;
            top: 33%;
        }

    .product-carousel .popurlar_product .owl-nav .owl-prev,
    .product-carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -20px;
    }

    .product-carousel .popurlar_product .owl-nav .owl-next,
    .product-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -20px;
    }

    .product-carousel .owl-prev i,
    .product-carousel .owl-next i {
        font-size: 30px;
        color: #000;
    }

    .product-carousel .full-w {
        margin-top: 10px;
    }

.owl-carousel .owl-controls .owl-dots {
    margin-top: 10px;
    text-align: center;
    display: none !important;
}

.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}

    .owl-carousel .owl-controls .owl-dot span {
        background-color: transparent;
        border: 1px solid #994708;
        height: 10px;
        display: inline-block;
        margin: 0 4px;
        border-radius: 50%;
        width: 10px;
    }

    .owl-carousel .owl-controls .owl-dot.active span {
        background-color: #994708;
    }

/********** PRODUCT CATEGORY TILES **********/
section#product-category-tiles {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#product-category-tiles {
    background-color: #f3f3f6;
    margin: 25px 0;
    padding: 55px 0;
}

    #product-category-tiles li {
        background-image: none;
        background-position: inherit;
        background-repeat: inherit;
        list-style-type: none;
        margin-bottom: 0;
        padding-left: 15px;
    }

    #product-category-tiles a {
        display: block;
        /*position: relative;*/
        text-decoration: none;
    }

        #product-category-tiles a.tiletext {
            display: block;
            position: initial;
            text-decoration: none;
        }

        #product-category-tiles a:hover,
        #product-category-tiles a:active,
        #product-category-tiles a:focus {
            text-decoration: none;
        }

    #product-category-tiles span {
        font-family: "Fira Sans", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        letter-spacing: 2px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
        color: #fff;
        width: 68%;
    }

    #product-category-tiles.new-arrival .items-in {
        background-color: #000;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        #product-category-tiles.new-arrival .items-in > img {
            opacity: 0.90;
        }

        #product-category-tiles.new-arrival .items-in:hover > img {
            opacity: 0.70;
        }

    #product-category-tiles .popurlar_product > .row {
        margin-left: -15px;
    }

/********** PROMO TILES **********/
#promo-wide-tiles {
    background-color: #fafafb;
    padding: 70px 0;
}

.promo-tile-list li {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    list-style-type: none;
    margin-bottom: 0;
}

.promo-tile-list a {
    display: block;
    position: relative;
    text-decoration: none;
}

    .promo-tile-list a:hover,
    .promo-tile-list a:active,
    .promo-tile-list a:focus {
        text-decoration: none;
    }

    .promo-tile-list a .overlay {
        background-color: #000;
        opacity: 0.2;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9;
        -webkit-transition: opacity 300ms ease-out 3ms;
        -moz-transition: opacity 300ms ease-out 3ms;
        -o-transition: opacity 300ms ease-out 3ms;
        transition: opacity 300ms ease-out 3ms;
    }

    .promo-tile-list a:hover .overlay {
        opacity: 0.4;
    }

.promo-tile-list img {
    width: 100%;
    position: relative;
    z-index: 8;
}

.promo-tile-list .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60%;
    z-index: 10;
}

    .promo-tile-list .caption span {
        font-family: "Fira Sans", sans-serif;
        display: block;
        text-align: center;
        color: #fff;
    }

    .promo-tile-list .caption .title {
        font-size: 36px;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .promo-tile-list .caption .cta-text {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 33px;
        position: relative;
        letter-spacing: 3px;
        text-transform: uppercase;
    }


        .promo-tile-list .caption .cta-text > i {
            font-size: 13px;
            line-height: 14px;
            margin-left: 3px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

/********** HOME - ABOUT **********/
#about.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

#about.parallex .overlay {
    padding: 0;
}

#about .bio {
    background-color: #fff;
    margin: 90px 0;
    padding: 50px 30px;
}

    #about .bio h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px;
        letter-spacing: 2px;
        color: #333336;
    }

    #about .bio p {
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 2px;
        color: #333336;
    }

    #about .bio a,
    #about .bio a:visited {
    }

/********** GENERIC CONTENT TEMPLATES **********/
.full-width iframe {
    height: 550px;
}

/********** PRODUCT LISTING **********/
#products-list ul {
    margin-left: 0;
}

#products-list li {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    margin: 0;
    padding: 0;
}

.popurlar_product .over-item {
    background: rgba(0,0,0,0.6);
    height: 226px;
}

.popurlar_product .details-sec a.btn {
    font-size: 15px;
    padding: 9px 25px 8px;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #994708;
}

.popurlar_product .items-in {
    margin-top: 20px;
    text-align: center;
}

.popurlar_product .details-sec {
    background-color: transparent;
}

products-list .popurlar_product .details-sec a {
    border: none;
}

.popurlar_product .details-sec .product-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    border: none;
    height: 78px;
    margin: 0;
    padding: 28px 0 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
    color: #333336;
    word-break: break-word;
}

    .popurlar_product .details-sec .product-title:hover,
    .popurlar_product .details-sec .product-title:active {
        color: #994708;
    }

.popurlar_product .details-sec .price {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    display: block;
    padding: 12px 0 /*0*/;
    color: #6e6e74;
}

.popurlar_product .details-sec .club-price.price {
    font-size: 13px;
    line-height: 17px;
    padding: 6px 0;
    height: 40px;
    min-height: 40px;
    letter-spacing: 1px;
    color: #d43737;
}

.popurlar_product .details-sec .prices {
    border-top: 1px solid #ebebeb;
}

.popurlar_product .details-sec a.red {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    color: #d43737;
}

    .popurlar_product .details-sec a.red:hover {
        color: #333336;
    }


    .popurlar_product .details-sec a.red i {
        margin-left: 3px;
        height: 12px;
        width: 12px;
    }

    .popurlar_product .details-sec a.red:hover i {
        background-color: #333336;
    }

    .popurlar_product .details-sec a.red .icon-help {
        position: relative;
    }

        .popurlar_product .details-sec a.red .icon-help:before {
            font-size: 7px;
            top: 3px;
            left: 1px;
        }

.product-listing .alert {
    margin: 20px 0;
}
/* Sort by dropdown */
.short-by .bootstrap-select.btn-group {
    width: 150px;
}

.short-by .bootstrap-select .btn {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 14px;
    border: 1px solid #b8b8b9;
    letter-spacing: 1px;
    color: #333336 !important;
}

.short-by .bootstrap-select.btn-group .dropdown-menu li {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    padding: 0;
}

.bootstrap-select .dropdown-menu > li a {
    letter-spacing: 1px;
}

.bootstrap-select .dropdown-menu > li.selected a,
.bootstrap-select .dropdown-menu > li > a:hover {
    background: #ebebef;
    color: #333336;
}

/* Category/Filter Sidebar */
.side-bar {
    width: 90%;
}

    .side-bar.collapse {
        display: block;
    }

    .side-bar h4 {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .side-bar h4:before {
            display: none;
        }

    .side-bar ul {
        margin: 0 0 50px;
    }

    .side-bar .count {
        color: #c8c8c9;
    }

    .side-bar label {
        font-family: "Fira Sans", sans-serif;
        font-size: 13px;
        font-weight: 400;
        padding-left: 5px;
        text-decoration: none;
        color: #49474a;
    }

    .side-bar .heading {
        margin-top: 0;
    }

        .side-bar .heading h6 {
            font-size: 15px;
            text-transform: uppercase;
            border-bottom: 1px solid #994708;
            padding-bottom: 5px;
            color: #49474a;
        }

    .side-bar .cate li a {
        font-family: "Fira Sans", sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
        color: #49474a;
    }

        .side-bar .cate li a:hover {
            color: #994708;
        }

    .side-bar .filter-cat {
        margin: 30px 0;
    }

    .side-bar .btn {
        width: 100%;
    }

/********** PRODUCT DETAILS **********/
.item-detail-page {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

    .item-detail-page h3 {
        display: block;
        color: #333336;
    }

    .item-detail-page p {
        font-size: 16px;
        line-height: 26px;
        color: #333336;
    }

    .item-detail-page .item-head {
        float: left;
        width: 100%;
    }

    .item-detail-page .code {
        font-family: "Fira Sans", sans-serif;
        font-size: 11px;
        font-weight: 400;
        display: block;
        color: #6e6e74;
    }

section.item-detail {
    padding-bottom: 80px;
}

.item-description {
    border-top: 1px solid #ebebef;
    border-bottom: 1px solid #ebebef;
    margin-bottom: 40px;
    padding: 25px 0;
}

.item-detail-page .item-options {
    float: left;
    width: 100%;
}

.item-detail-page .price {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    color: #333336;
}

    .item-detail-page .price.club-price {
        font-size: 15px;
        font-weight: 400;
        color: #d43737;
    }

        .item-detail-page .price.club-price > a,
        .item-detail-page .price.club-price > a:visited {
            font-family: "Fira Sans", sans-serif;
            text-transform: uppercase;
            color: #d43737;
        }

            .item-detail-page .price.club-price > a:hover,
            .item-detail-page .price.club-price > a:active,
            .item-detail-page .price.club-price > a:focus {
                color: #333336;
            }

                .item-detail-page .price.club-price > a:hover .icon-help,
                .item-detail-page .price.club-price > a:active .icon-help,
                .item-detail-page .price.club-price > a:focus .icon-help {
                    background-color: #333336;
                }

.price .icon-help {
    background-color: #d43737;
    height: 16px;
    margin-left: 5px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    text-align: center;
    color: #fff;
    width: 16px;
}

    .price .icon-help:before {
        font-size: 9px;
        position: absolute;
        top: 3px;
        left: 2px;
        display: inline-block;
    }

.item-detail-page .fun-share input {
    border: 1px solid #b8b8b9;
    border-radius: 0;
    -webkit-appearance: none;
}

.zoomWindowContainer > div {
    border: none !important;
}

#zoom-image {
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333336;
}


/* Range Slider */
.range-slider {
    padding: 10px 0;
}

    .range-slider h6 {
        margin-bottom: 10px;
    }

    .range-slider p {
        font-size: 13px;
        line-height: 19px;
    }

    .range-slider #selectedSize {
        margin: 0 auto 20px;
        padding: 5px;
        height: 30px;
        display: block;
        text-align: center;
        width: 70px;
    }

    .range-slider .size-range {
        position: relative;
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .range-slider .size {
        font-family: 'Fira Sans', sans-serif;
        font-size: 10px;
        font-weight: 400;
    }

        .range-slider .size.sml {
            position: absolute;
            top: 0;
            left: 0;
        }

        .range-slider .size.avg {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .range-slider .size.lge {
            position: absolute;
            top: 0;
            right: 0;
        }

input[type=range] {
    margin: 30px 0 10px;
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        background: #ebebef;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 22px;
        width: 22px;
        /*border-radius: 50%;*/
        background: #6e6e74;
        border: 1px solid #6e6e74;
        margin-top: -8px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        background: #ebebef;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        height: 16px;
        width: 16px;
        /*border-radius: 50%;*/
        background: #fff;
        border: 1px solid #333336;
        border-radius: 1px;
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 6px 0;
        /*remove default tick marks*/
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #ebebef;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ebebef;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        height: 16px;
        width: 16px;
        /*border-radius: 50%;*/
        background: #fff;
        border: 1px solid #333336;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #ebebef;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ebebef;
    }

/********** SHOPPING CART PAGE **********/
.chart-page .payment_steps {
    float: left;
    width: 100%;
}

    .chart-page .payment_steps i {
        display: inline-block;
    }

        .chart-page .payment_steps i.icon-cart {
            font-size: 28px;
        }

        .chart-page .payment_steps i.icon-tick-circle {
            font-size: 30px;
        }

    .chart-page .payment_steps .current i {
        background-color: #6e6e74;
        border: 1px solid #6e6e74;
        color: #fff;
    }

    .chart-page .payment_steps .current h6 {
        color: #6e6e74;
    }

.shopping-cart img {
    width: 100px;
    height: auto;
}

.shopping-cart .cart-head {
    padding: 20px 30px;
}

    .shopping-cart .cart-head h6 {
        font-family: 'Fira Sans',sans-serif;
        font-size: 14px;
        line-height: 16px;
        /*padding: 0 20px;*/
        text-transform: uppercase;
    }

.shopping-cart .cart-details {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 30px;
}

    .shopping-cart .cart-details h6 {
        margin: 0;
    }

        .shopping-cart .cart-details h6 a {
            font-size: 14px;
            font-weight: 400;
            text-transform: none;
            text-decoration: none;
            color: #49474a;
        }

    .shopping-cart .cart-details small {
        color: #6e6e74;
    }

    .shopping-cart .cart-details input[type="number"] {
        background-color: transparent;
        font-size: 14px;
        line-height: 38px;
        padding: 0 12px;
        border: 1px solid #b8b8b9;
        height: 38px;
        width: 90%;
    }

.shopping-cart .remove {
    font-weight: 500;
    text-decoration: none;
    color: #49474a;
}

    .shopping-cart .remove:before {
        font-family: "FontAwesome";
        content: '\f014';
        margin-right: 4px;
    }

.shopping-cart .btn-sec .btn {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 17px;
    margin-top: 0;
    padding: 0 30px;
}

    .shopping-cart .btn-sec .btn i {
        font-size: 13px;
    }

.shopping-cart .cart-ship-info .grand-total {
    float: left;
    border: 2px solid #49474a;
    width: 100%;
}

.price-item {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

.shopping-cart .cart-ship-info .grand-total {
    padding: 0;
}

    .shopping-cart .cart-ship-info .grand-total .totals {
        float: left;
        padding: 20px;
        width: 100%;
    }

.grand-total h4 {
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
}

    .grand-total h4 .amount {
        margin-left: 10px;
    }

.grand-total .price-item {
    font-size: 12px;
    float: left;
    width: 100%;
    color: #898990;
}

    .grand-total .price-item span {
        font-family: 'Fira Sans', sans-serif;
        font-size: 12px;
        text-align: right;
        color: #898990;
    }

.shopping-cart .cart-ship-info .grand-total h4 {
    font-weight: 700;
    margin: 20px 0 5px;
}

    .shopping-cart .cart-ship-info .grand-total h4 span {
        font-family: 'Fira Sans', sans-serif;
        color: #994708;
    }

.shopping-cart .cart-ship-info .grand-total .btn {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    background: #994708;
    margin-top: 10px;
}

    .shopping-cart .cart-ship-info .grand-total .btn:hover {
        background: #592a05;
    }

    .shopping-cart .cart-ship-info .grand-total .btn i {
        font-size: 13px;
    }

.grand-total .gst {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}

#free-shipping-alert {
    background-color: #49474a;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

/********** CHECKOUT PAGE **********/
#order-summary {
    float: left;
    padding-top: 40px;
    width: 100%;
}

#checkout h3 {
    font-family: 'Fira Sans',sans-serif;
}

#basketSummary p {
    margin-bottom: 0px;
}

#checkout hr,
#order-summary .payment-steps + .container hr {
    margin-top: 0;
    margin-bottom: 50px;
}

#checkout small {
    display: block;
}

#checkout #create-account hr,
#checkout .terms hr {
    margin-top: 0;
    margin-bottom: 30px;
}

#checkout thead th {
    font-size: 13px;
}

#checkout .discount-code hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.basket-summary {
    border: 1px solid #ebebef;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin: 0 15px 20px;
    padding: 10px 15px;
}

    .basket-summary h4 {
        font-size: 16px;
    }

    .basket-summary .glyphicon {
        font-size: 14px;
    }

    .basket-summary .p-adr,
    .basket-summary .label-contact {
        display: block;
        margin-bottom: 5px;
    }

#order-summary h5 {
    color: #333336;
}

#order-summary small {
    display: block;
}

#order-summary .h-card {
    margin-bottom: 30px;
}

    #order-summary .h-card p {
        margin-bottom: 5px;
    }

#order-summary .col-md-6:last-of-type .h-card {
    margin-bottom: 0;
}

#order-summary #order .panel {
    float: left;
    width: 100%;
}

#order-summary #order table td > span {
    display: block;
}

.checkout-process {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
/********** LOGIN/REGISTER **********/
#loginregister .btn-primary {
    margin-top: 0;
}

.login-panel {
    height: 100%;
}

    .login-panel .btn-primary {
        margin-top: 0;
    }

/********** MY ACCOUNT **********/
.alerts {
    background-color: #f3f3f6;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-message {
    font-size: 15px;
    line-height: 22px;
    display: block;
}

.alerts .btn {
    width: 100%;
}

.panel .address p {
    margin-bottom: 0;
}

.panel .address .fa {
    margin-right: 3px;
}

#account .h-card p {
    font-size: 13px;
}

#account th {
    font-size: 15px;
}

#account td {
    font-size: 15px;
}

/********** CONTACT **********/
#contact .contact-details p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 32px;
    color: #333336;
}

    #contact .contact-details p i {
        margin-left: -32px;
        margin-right: 0;
        color: #994708;
        width: 32px;
    }

#contact .social {
    margin: 20px 0;
}

    #contact .social span {
        float: left;
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
        margin: 6px 20px 6px 0;
        color: #333336;
    }

#contact ul.social-icons {
    float: left;
    margin: 10px 0;
}

#contact .social-icons li {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    float: left;
    font-size: 18px;
    padding-left: 0;
    padding-right: 20px;
}


#contact_form {
    float: left;
    width: 100%;
}

    #contact_form .contourFieldSet {
        padding: 0;
    }

    #contact_form label {
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        color: #49474a;
    }

    #contact_form textarea {
        border: none;
        width: 100%;
        max-width: 100% !important;
    }

    #contact_form .span12.col-md-12,
    #contact_form .contourNavigation .col-md-12 {
        padding: 0;
    }

    #contact_form .btn {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        border: none;
    }

#contact .form-intro {
    float: left;
    width: 100%;
}

#contact #map {
    height: auto;
}

/********** SEARCH RESULTS **********/
#search-results .col-sm-4 {
    /*margin: 10px 0;*/
}

#search-results .row .col-sm-9 {
    margin: 0 auto;
    float: none;
}

/********** FOOTER **********/
footer ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

footer li {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    padding-left: 0;
    margin-bottom: 0;
}

/* Newsletter Signup */
#subscribe {
    background: none;
    background-color: #ebebef;
}


    #subscribe h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-top: 18px;
        margin-bottom: 6px;
        text-transform: none;
        letter-spacing: 2px;
        color: #333336;
    }

    #subscribe .col-md-6:first-of-type {
        width: 33.33333333%;
    }

    #subscribe .col-md-6:last-of-type {
        margin-left: 8.33333333%;
    }

    #subscribe .overlay {
        background: none;
    }

    #subscribe .row-fluid {
        margin-right: -15px;
        margin-left: -15px;
    }

.subcribe .sub-mail input {
    background: #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 54px;
    margin: 37px 0;
    border: none;
    height: 54px;
    -webkit-appearance: none;
    border-radius: 0;
    /*width: 455px;*/
    width: 100%;
    color: #333336;
}

#subscribe label {
    display: none;
}

#subscribe button {
    background-color: #994708;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    border: none;
    margin-top: 37px;
    height: 54px;
    letter-spacing: 3px;
    width: 100%;
    /*width: 170px;*/
}

    #subscribe button:hover {
        background: #592a05;
    }


    #subscribe button i {
        font-size: 13px;
        display: inline-block;
        position: relative;
        height: 16px;
        width: 14px;
    }


        #subscribe button i:before {
            position: absolute;
            top: 3px;
            left: 0;
            margin: 0;
        }


#subscribe .field-validation-error {
    float: left;
    padding: 0 15px;
    position: absolute;
    top: 60px;
    left: 0;
}

.subcribe .sub-mail input.input-validation-error,
.subcribe .sub-mail input.input-validation-error:focus {
    border: 1px solid #d43737 !important;
}

/* Prefooter */
#prefooter {
    padding: 70px 0;
}

.benefits .item {
    background-image: none;
    background-position: inherit;
    background-repeat: inherit;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
}

    .benefits .item img {
        margin: 0 auto 20px;
        height: auto;
        width: 54px;
        display: block;
    }

.benefits .caption > .title,
.benefits .caption > .title:visited {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    letter-spacing: 2px;
    text-decoration: none;
    color: #333336;
}


.benefits .caption > a.title:hover,
.benefits .caption > a.title:active,
.benefits .caption > a.title:focus {
    color: #994708;
}

.benefits .caption > .desc {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #6e6e74;
}

/* Mega Footer */
footer {
    background: transparent;
    padding: 0;
}

    footer p {
        color: #67676d !important;
    }

.footer-links {
    background-color: #fafafb;
    padding: 50px 0;
}

    .footer-links .col-xs-6 {
        margin-bottom: 20px;
    }

    .footer-links .col-md-6 .col-sm-6 {
        padding: 0;
    }

    .footer-links h5 {
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 20px;
        text-transform: none;
        text-align: center;
        color: #333336;
    }

    .footer-links a,
    .footer-links a:visited {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
        margin: 5px 0;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #67676d;
    }

        .footer-links a:hover,
        .footer-links a:active,
        .footer-links a:focus {
            color: #994708;
        }

    .footer-links p {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        display: block;
        margin-bottom: 0;
        text-align: center;
        color: #67676d;
    }

    .footer-links .r-footer a {
        color: #994708;
    }

        .footer-links .r-footer a:hover {
            text-decoration: underline;
        }

.rights {
    background-color: #f3f3f6;
    border-top: none;
    margin: 0;
    padding: 30px 0 25px;
}

.copy {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 2px;
    color: #67676d;
}

.rights .social-icons {
    float: right;
}

    .rights .social-icons > li {
        float: left;
        padding: 0 10px;
    }

        .rights .social-icons > li > a {
            font-size: 18px;
            color: #67676d;
        }

/** Generic Page - Cols **/
.twocolumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

/* Product Filter radio button list */
.filter-cat .control-group {
    display: block;
}

.filter-cat .control {
    position: relative;
    display: block;
    margin-bottom: 7px;
    padding-left: 30px !important;
    cursor: pointer;
    padding-top: 3px;
}

.filter-cat .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.filter-cat .control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #eeeef0 !important
}

.filter-cat .control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #eeeef0;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #eeeef0;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background: #e6e6e6;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #49474a;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

/* */
.displayBlock {
    display: block !important;
}

